Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

devcontainer-base

Base dev container configuration repository

Usage

This requires DevPod and Docker to be installed and configured.

# Install DevPod
curl -L -o devpod "https://github.com/loft-sh/devpod/releases/latest/download/devpod-darwin-arm64" && sudo install -c -m 0755 devpod /usr/local/bin && rm -f devpod

# Add Docker as a Provider
devpod provider add docker
  1. Clone devcontainer-base repository. Name this repo clone with the name you want for your new container environment. cd into the new folder.
  2. Update the output container name with a unique name.
  3. Create a new dev container with DevPod
devpod up . --dotfiles git@github.com:MJJoyce/dots.git --ide none --dotfiles-script=install_devpod.sh
  1. SSH to the new dev container to finish setup: devpod ssh and then select the relevant environment.
  2. Open vim to auto install plugins and dependencies.

Your dev container is ready for use.

About

Base dev container configuration repository

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors