Skip to content

Latest commit

 

History

History
executable file
·
18 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

executable file
·
18 lines (11 loc) · 422 Bytes

Repo for docker images

How to use along with Docker

To run the software on any computer you need to install docker.

Then you can build the image by moving to the git cloned repository and running the command:

docker build -t "name" .

And then move to whatever folder you want to work with and execute:

docker run -p 8888:8888 -v "$(pwd)":/home/jovyan/work -it "name"