Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 765 Bytes

File metadata and controls

21 lines (15 loc) · 765 Bytes

DaringWay Dev Container

Support for Docker Desktop, GitHub Codespace, and GitPod

This is a base dockerfile use to created GitPod Workspaces Dev Environments that are pinned to specific versions of software. Documentation on how to use this dockerfile is in the associated gitpod template repo.

HowTo

See DaringWay GitPod Workspace Template on how to use.

Testing

See trying out your dockerfile for details.

docker build -f Dockerfile -t dev-env-utils-test --target test .
docker run -it dev-env-utils-test  /dw/test/all

Interactive check dockerfile after build

docker run -it dev-env-utils-test