Skip to content

jrotter/dockerbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build with

docker build -t devclient .

Run with:

docker run -it --rm -p 5910:5901 --name=my_first_dev_instance -v /mnt/nfs/home/jrotter/git:/home/jrotter/git devclient

This will attach the image to local port 5900. If you vnc://host:5900, you can connect

Kill with:

docker stop my_first_dev_instance ; docker rm my_first_dev_instance

About

My Docker development system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published