docker / kitematic

Visual Docker Container Management on Mac & Windows
https://kitematic.com
Apache License 2.0
12.25k stars 1.41k forks source link

Development, deployment documentation/advice? #523

Open javajosh opened 9 years ago

javajosh commented 9 years ago

Kitematic is a painless (and extremely cool) introduction to Docker. However I remain a little confused about how to actually develop with it. The hello-world-nginx container is a good example: how would I use this on my own VPS? The documentation uses shared volumes for development - clearly this isn't what you'd want for deployment. You'd want your files in the image.

Indeed, I'm not really sure how to make a change to a docker image, save it, and then send it somewhere and run it. Mind you, I'm a rank Docker beginner!

mchiang0610 commented 9 years ago

@javajosh Thanks for sending this in.

What specific docs do you think would be a good start?