Skip to content

pyjamacafe/Dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Dockerfile

Build

docker build --platform linux/amd64,linux/arm64 -t pyjamacafe/sandbox .

Run

docker run -it --rm pyjamacafe/sandbox:latest

Test Locally

Create a container named lab and map the container workspace to ~/Downloads/workspace on local machine.

docker run -it -v ~/Downloads/workspace:/home/pyjamacafe/workspace --name lab pyjamacafe/sandbox

Starting Docker

docker start lab

Attach to the container

docker attach lab

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published