Skip to content

essentialkaos/devcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Set of development containers for using with GitHub codespaces.

devcontainer.json example:

{
  "name": "Bash",
  "build": {
    "dockerfile": "Dockerfile",
  },
  "settings": {
    "terminal.integrated.shell.linux": "/usr/bin/zsh"
  }
}

Dockerfile example:

FROM ghcr.io/essentialkaos/devcontainer:bash

WORKDIR /root

ENTRYPOINT ["/usr/bin/zsh"]

License

Apache License, Version 2.0

About

Set of configurations for GitHub codespaces

Resources

Security policy

Stars

Watchers

Forks

Packages