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 Jumpstart

167 pointsby laexalmost 10 years ago

10 comments

weaksaucealmost 10 years ago
The short introduction on that tutorial is much better than that actual docker site and 10-15 min interactive tutorial on what docker actually is and what it can be used for. A note to other developers, it's a good idea to not use some language without first defining the word... Especially if it's an overloaded term.
评论 #9675330 未加载
评论 #9676520 未加载
评论 #9676327 未加载
评论 #9675406 未加载
评论 #9675553 未加载
评论 #9676297 未加载
hanlecalmost 10 years ago
I never really got to play extensively with Docker mainly because I have found the setup of OS X not quite friendly. While I understand the value of Docker, basically booting up a VMware&#x2F;VirtualBox image was faster for my own use.<p>I&#x27;ll have to give boot2docker a try to see if it is changing things. Having a good guide will definitely help.
评论 #9675571 未加载
评论 #9675762 未加载
UserRightsalmost 10 years ago
When you start playing around with docker and come to the area where you start to see that many things that should be very easy start to be really complicated, then you should take a look at lxc and the upcoming lxd and compare.
pronoiacalmost 10 years ago
Huh, the &quot;Images and layers&quot; section is 404&#x27;ing.<p>Edit: ah, here it is - <a href="https:&#x2F;&#x2F;github.com&#x2F;odewahn&#x2F;docker-jumpstart&#x2F;blob&#x2F;master&#x2F;public&#x2F;docker-images.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;odewahn&#x2F;docker-jumpstart&#x2F;blob&#x2F;master&#x2F;publ...</a><p>Edit: filed a PR
pibefisionalmost 10 years ago
Is docker ready for production? Is someone using it on real production environments? Most recipes at Docker Registy are a mess, and with plenty of bugs
评论 #9676516 未加载
评论 #9677371 未加载
评论 #9680964 未加载
juliangregorianalmost 10 years ago
Docker doesn&#x27;t actually use LXC anymore.
laexalmost 10 years ago
Anybody wanting to try out Docker + GoLang + AWS Beanstalk, I&#x27;ve made a sample app &#x2F; guide here - <a href="https:&#x2F;&#x2F;github.com&#x2F;OrganicCoffeeNepal&#x2F;DockerBeanstalkSample" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;OrganicCoffeeNepal&#x2F;DockerBeanstalkSample</a>
评论 #9683341 未加载
ajhit406almost 10 years ago
The new Nitrous Pro (<a href="https:&#x2F;&#x2F;pro.nitrous.io" rel="nofollow">https:&#x2F;&#x2F;pro.nitrous.io</a>) has a docker template you can use if you don&#x27;t feel like installing boot2docker locally.<p>There&#x27;s also a bunch of advanced docker options you can check out:<p><a href="http:&#x2F;&#x2F;docs.nitrous.io&#x2F;v1.0&#x2F;docs&#x2F;advanced-container-management-options" rel="nofollow">http:&#x2F;&#x2F;docs.nitrous.io&#x2F;v1.0&#x2F;docs&#x2F;advanced-container-manageme...</a><p>Would be a good compliment to the docker jumpstart manual.
j_m_balmost 10 years ago
There is some outdated information on this site for boot2docker on Mac OS X.<p>1. You need to set more than just tcp:&#x2F;&#x2F;ip:2376. You need to run<p>$ eval $(boot2docker shellinit)<p>to also set vars for DOCKER_CERT_PATH<p>2. In order to get proper forwarding from your host Mac OS X to your boot2docker-vm, you use -P as a command line option for any containers you &#x27;run&#x27;.<p>Bonus docker gotcha:<p>docker containers can&#x27;t make fsync() calls on shared folders between your Mac and the boot2docker-vm. This means a lot of database software can&#x27;t use a shared folder to store a database.
评论 #9675851 未加载
joelanmanalmost 10 years ago
&quot;Unlike a true VM, a docker container does not also require a host OS&quot;<p>Shouldn&#x27;t that be guest OS?
评论 #9677567 未加载
评论 #9676710 未加载