Yet another web developer blog

Docker

Launch VS Code IDE inside a Docker container

Benefits:

  • You don’t even need to install the language package (PHP, Node.js, Go, etc) and all other tools locally on your host system, you only need to have the VS Code app (or even Free/Libre Open Source VS Codium app).
  • You'll got a native app experience with local graphical interface, but all operations are performed inside the container.
  • You'll use for development the same versions of language compiler (php or other) and tools (composer, phpcs and others) as installed in th