Awesome! I'm looking forward to the self-hosted registry among other things (for all of us that are corporate schmucks).<p>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!
Is this a typo:<p>><i></i><i>"For example:<p><pre><code> -p 80:5000 redirects public port 80 to private port 80***"
</code></pre>
because it later says:<p><pre><code> -p 5000:80 to bind the port 80 of the container to the port 5000 on the host
</code></pre>
EDIT: yep - but its now fixed in the article.