Skip to content

shuangte/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"

About

Repo for some docker images I normally use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.3%
  • Python 1.5%
  • Other 0.2%