9 comments

[ 3.0 ms ] story [ 30.7 ms ] thread
Is this a typo:

>"For example:

    -p 80:5000 redirects public port 80 to private port 80***"
because it later says:

    -p 5000:80 to bind the port 80 of the container to the port 5000 on the host

EDIT: yep - but its now fixed in the article.
thank you sam. As you mentioned, we fixed it :)
That's pretty great, I can finally use Docker for my Django apps (I didn't want to include the Postgres data in the image).
Is there documentation somewhere that shows how to setup our a self-hosted registry?
We're going to release a blog post about this tomorrow morning. Send me your twitter handle to @sam_alba, I'll ping you when it's out.
Awesome! I'm looking forward to the self-hosted registry among other things (for all of us that are corporate schmucks).

So much more to start to tinker with.

the private registry seems awesomly easy to get set up. This has been the only thing keeping me from using docker for deployments, super excited to try it out!
Please let us know if you have any questions or comments. We're always in IRC ready to help.