Skip to content

danielle-mustillo/docker-cantera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Straight Docker

How to Build

docker build . -t myjupyter:latest

How to Run

docker run -p 8888:8888 -it myjupyter:latest

OR

docker run -v /host/directory:/container/directory -p 8888:8888 -it myjupyter:latest

Docker-Compose

How to Build

docker-compose build

How to Run

docker-compose up

Control-C to close the docker-compose up command

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages