Skip to content

beangoben/docker_images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"