Skip to content

daringway/gitpod-workspace-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors