TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Docker 0.5: external volumes, advanced networking, self-hosted registry

66 pointsby creackalmost 12 years ago

5 comments

StavrosKalmost 12 years ago
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).
johnbellonealmost 12 years ago
Awesome! I&#x27;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.
amjithalmost 12 years ago
Is there documentation somewhere that shows how to setup our a self-hosted registry?
评论 #6066816 未加载
评论 #6066808 未加载
zekalmost 12 years ago
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!
评论 #6067486 未加载
samstavealmost 12 years ago
Is this a typo:<p>&gt;<i></i><i>&quot;For example:<p><pre><code> -p 80:5000 redirects public port 80 to private port 80***&quot; </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.
评论 #6066684 未加载