Closed khiron closed 1 year ago
Build docker container from the root of this project
docker build --tag cogent3workshop -f docker\DockerFile .
Run docker container from the root (requires linux terminal to resolve ${PWD}, so ideally from VS Code terminal), or replace ${PWD} with . in windows
docker run -it --rm -p 8888:8888 -v ${PWD}\docker\workshop\:/workspace cogent3workshop
Instructions in docker/README.md for using the container in a workshop setting are pending integration into the wiki
Build docker container from the root of this project
docker build --tag cogent3workshop -f docker\DockerFile .
Run docker container from the root (requires linux terminal to resolve ${PWD}, so ideally from VS Code terminal), or replace ${PWD} with . in windows
docker run -it --rm -p 8888:8888 -v ${PWD}\docker\workshop\:/workspace cogent3workshop
Instructions in docker/README.md for using the container in a workshop setting are pending integration into the wiki