Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 759 Bytes

File metadata and controls

20 lines (14 loc) · 759 Bytes

DaringWay GitPod Base Workspace

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 gitpod-dockerfile-test .
docker run -v $(pwd)/test:/test -it gitpod-dockerfile-test  /test/all

Interactive check dockerfile after build

docker run -v $(pwd)/test:/test -it gitpod-dockerfile-test  bash