TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

ASK HN: How do you use Docker?

3 点作者 tarikozket超过 9 年前
I'm trying to understand its advantages and when I think I can't find any useful real-world scenarios. So, I'd like to hear how do people use Docker?

1 comment

haches超过 9 年前
At <a href="http:&#x2F;&#x2F;codeboard.io" rel="nofollow">http:&#x2F;&#x2F;codeboard.io</a> we use them to compile and execute the user-written programs.<p>I guess that&#x27;s not the typical use of Docker because there are a number of security concerns. We do a number of things to mitigate those but isolation is not as good as with a full VM.<p>However, containers are so fast that we can create -&gt; execute -&gt; destroy containers for every single &quot;compile&quot; and &quot;run&quot; action.<p>Another big advantage, imho, is the Docker Remote API [1] which makes it very easy to integrate Docker in your app.<p>[1] <a href="https:&#x2F;&#x2F;docs.docker.com&#x2F;reference&#x2F;api&#x2F;docker_remote_api_v1.20&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.docker.com&#x2F;reference&#x2F;api&#x2F;docker_remote_api_v1.2...</a>