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.
See DaringWay GitPod Workspace Template on how to use.
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