Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.09 KB

File metadata and controls

38 lines (33 loc) · 1.09 KB

devcontainer-base

Development container with common tools for web development with JavaScript and PHP.

Requirements

Setup

  1. Copy the .devcontainer folder to your project;
  2. Open the project with VSCode;
  3. Click on "Reopen in Container" when it pop ups on the bottom right; Reopen in container
  4. Wait a minute;
  5. Done!

Comes with

  • Zsh
  • Oh My Zsh
  • Fzf
  • Docker
  • Docker Compose
  • PHP
  • Composer
  • NodeJS
  • NPM
  • Yarn

Extensions

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.

Update

To use a newer version of the devcontainer, first, pull the image:

$ docker pull verzola/devcontainer

Then, press Ctrl+Shift+P to open Command Palette and run Remote-Containers: Rebuild Container.