Skip to content

justdigital/devcontainer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.5%
  • Dockerfile 29.5%