ridhwaans / devcontainer-features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devcontainer-features

prerequisites

macOS

  • GET Sonoma Update
  • GET Xcode Command Line Tools xcode-select --install

windows

manual build

$ devcontainer-features> cd src/base && source container.sh
$ src/base> cleanup_container && reopen_in_container
$ /usr/local/bin/bootstrap> ./install.sh
$ /usr/local/bin/bootstrap> su - yourusername

development

in VS Code, select Dev Containers: Reopen in Container, or
Dev Containers: Rebuild Without Cache and Reopen in Container

testing

base scenario

devcontainer features test -f base --skip-autogenerated --skip-duplicated

global scenarios

devcontainer features test --global-scenarios-only

see also

https://github.com/ridhwaans/dotfiles

About

License:MIT License


Languages

Language:Shell 99.3%Language:Dockerfile 0.7%