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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Docker : An Interview With Solomon Hykes

88 点作者 philwhln将近 12 年前

3 条评论

ivan_ah将近 12 年前
Ah OK, now I get it. It's what you would want from a VM (isolation &#38; reuse) without all the data duplication of the VM image files, and the memory requirements associated with provisioning and running many VMs.<p>The copy-on-write aspect is very neat.
评论 #5818073 未加载
porker将近 12 年前
Does Docker work in the same way as Solaris/Illumos zones, or FreeBSD Jails (or Verio's equivalent [1])? Docker appears to add portability, but no security.<p>I ask as virtualising this way (thinking about secure shared hosting) is of interest to me, vs multiple VMs, and I'm curious about the advantages and disadvantages of each.<p>[1] <a href="http://support.verio.com/files/pdf/FreeBSD_VPS_v3_Technical_Overview-ED3.pdf" rel="nofollow">http://support.verio.com/files/pdf/FreeBSD_VPS_v3_Technical_...</a>
评论 #5818386 未加载
jabbernotty将近 12 年前
I'm not entirely clear on this yet, but it sounds like it could be very useful for load-testing a particular service I'm working on. Testing the service requires a series of directories to be present for each client. It sounds like this docker+busybox combination could be used for this.
评论 #5821109 未加载