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.

Happy Birthday Docker

111 pointsby julien421about 11 years ago

9 comments

dchukabout 11 years ago
I realize this is hard to ask for at this stage because Docker is still rapidly evolving, but all I want is a thorough book&#x2F;tutorial&#x2F;guide&#x2F;screencast that walks me through the process of barely understanding Docker to using it for my web apps.<p>I know that I will want to use this in the future, I just can&#x27;t be bothered to learn yet-another-thing given how fast everything changes nowadays.<p>Is anyone writing a book on Docker? Tutsplus.com screencast series? Udemy course?
评论 #7437970 未加载
评论 #7438181 未加载
评论 #7439839 未加载
评论 #7438212 未加载
shykesabout 11 years ago
That video of the project&#x27;s activity over time is pretty awesome and almost brought a tear to my eye :) <a href="https://www.youtube.com/watch?v=FCiS812oRU8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=FCiS812oRU8</a> (link didn&#x27;t work for me on iOS)
评论 #7437920 未加载
评论 #7437668 未加载
评论 #7437649 未加载
aus_about 11 years ago
I work for a large financial company. At our shop, we are currently building out an internal cloud infrastructure where we build on too of the OpenStack API to provide users with self service deployment much like AWS.<p>In order to deploy to production, we mandate a process requiring users to have an existing chef recipe before any production guest can be deployed. We also restrict logins to existing production nodes unless there is an emergency. (This attempts to keep configuration management entropy to a minimum.) all of this works ok, but I think it could be better with Docker.<p>In a few weeks, I have a chance to present a new idea to senior executives. I&#x27;d like to pitch Docker, at least as something to keep an eye on. Any thoughts on what points I should drive home?
评论 #7439356 未加载
shykesabout 11 years ago
It&#x27;s worth noting that as of yesterday the Docker index (<a href="https://index.docker.io" rel="nofollow">https:&#x2F;&#x2F;index.docker.io</a>) now offers github-style paid features. You can host private docker images, tie them to your source repo so that they are automatically rebuilt from source, trigger web hooks on new versions, etc.<p><a href="http://blog.docker.io/2014/03/introducing-private-repos-webhooks-and-more/" rel="nofollow">http:&#x2F;&#x2F;blog.docker.io&#x2F;2014&#x2F;03&#x2F;introducing-private-repos-webh...</a>
nickstinematesabout 11 years ago
Having been @ Docker for about 9 months, all I can say is I am blown away by the incredible involvement from the community and the vibrant ecosystem that has been created as a result.<p>While it has been an amazing year, I am even more excited every day about future prospects and momentum we&#x27;re collectively building in the industry. This is only the beginning.
thuabout 11 years ago
Memories !<p>I thought I have started to look into Docker in April last year. To make sure I didn&#x27;t make up things, I looked into my git logs. The first reference to Docker in the commit message is:<p><pre><code> Author: Vo Minh Thu &lt;noteed@gmail.com&gt; Date: Sun May 5 23:21:51 2013 +0300 Run ssp-build inside docker </code></pre> ssp is the name I used for Assertive, which was supposed to be a hosted Continuous Integration service for the OpenERP community. ssp-build is spawned inside Docker by a worker process. I put it on hold since around May although I put it online a few days ago (Here is an example of what it does: <a href="http://assertive.io/build/1" rel="nofollow">http:&#x2F;&#x2F;assertive.io&#x2F;build&#x2F;1</a>).<p>Actually I have a first mention of Docker in my TODO.md file dating back to March 29 !<p>Assertive will be generalized and will be coupled to <a href="https://reesd.com" rel="nofollow">https:&#x2F;&#x2F;reesd.com</a> (that&#x27;s the reason I went to put it online a few days ago).<p>Docker was my first practical exposure to Linux containers. Thanks a lot for making it a great open source project !
gabrtvabout 11 years ago
The project is moving so fast it warps time. Hard to believe it&#x27;s only been a year. Big congrats to the team.
alecsmart1about 11 years ago
I&#x27;ve been reading about Docker for a while. But am unable to wrap my head around it. I&#x27;ve gone through the samples and I only see it good for creating SaaS apps. Can someone please correct? What am I missing? What is the brouhaha all about?
评论 #7441159 未加载
评论 #7438825 未加载
评论 #7437727 未加载
评论 #7438544 未加载
CSDudeabout 11 years ago
I have been using Docker to grade HW submission since October, in a more disposable and safer way, and I am building an automated system around it, kudos to Docker and the team
评论 #7439572 未加载