Development container with common tools for web development with JavaScript and PHP.
- Copy the
.devcontainerfolder to your project; - Open the project with VSCode;
- Click on "Reopen in Container" when it pop ups on the bottom right;

- Wait a minute;
- Done!
- Zsh
- Oh My Zsh
- Fzf
- Docker
- Docker Compose
- PHP
- Composer
- NodeJS
- NPM
- Yarn
General extensions are installed by default, but specific extensions are commented and separated by language.
To choose what extensions should be installed inside the container, uncomment the sections in .devcontainer/devcontainer.json.
To use a newer version of the devcontainer, first, pull the image:
$ docker pull verzola/devcontainerThen, press Ctrl+Shift+P to open Command Palette and run Remote-Containers: Rebuild Container.