Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 160 Bytes

File metadata and controls

7 lines (6 loc) · 160 Bytes

🚧

alias create-devcontainer='docker run --rm -it \
    -u $(id -u):$(id -g) -v ${PWD}:${PWD} -w ${PWD} \
    ghcr.io/devcontainer-config/setup'