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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What's new in Docker 1.13: prune, secrets, checkpoints and more

82 点作者 assaflavie超过 8 年前

9 条评论

dandermotj超过 8 年前
I&#x27;m really looking forward to seeing the scientific community adopt docker as a way to distribute reproducible research and coursework.<p>MIT 6.S094 has a Dockerfile[^1] that contains all the software required for taking part in the class. This is a huge boon for getting stuck into the class and its coursework.<p>[^1]: <a href="http:&#x2F;&#x2F;selfdrivingcars.mit.edu&#x2F;files&#x2F;Dockerfile" rel="nofollow">http:&#x2F;&#x2F;selfdrivingcars.mit.edu&#x2F;files&#x2F;Dockerfile</a>
评论 #13532587 未加载
评论 #13534561 未加载
评论 #13531387 未加载
lacampbell超过 8 年前
I&#x27;m just a guy that wants to deploy web apps. Is docker overkill for me? Basically, I want to be able to test something on my local machine under the same conditions it will be running on my server. Containerisation seems like the only way to do this that doesn&#x27;t involve keeping packages and system configurations in sync in two or more systems.
评论 #13530117 未加载
评论 #13529520 未加载
评论 #13529644 未加载
评论 #13531499 未加载
评论 #13532275 未加载
评论 #13529933 未加载
评论 #13529472 未加载
评论 #13529985 未加载
评论 #13529756 未加载
评论 #13536915 未加载
评论 #13529499 未加载
wenbert超过 8 年前
Does this mean the qcow2 disk space usage in Mac is fixed?
评论 #13529971 未加载
tachion超过 8 年前
As much as I welcome the CLI cleanup, I can&#x27;t stop thinking that the &#x27;docker ps -&gt; docker container ls&#x27; change makes no sense to anyone who has any experience with bsd&#x2F;unix&#x2F;linux systems. Seriously, why?
评论 #13530722 未加载
EtienneK超过 8 年前
Secrets is a big one! Will really help speed up enterprise adoption.
joekrill超过 8 年前
Looks like there&#x27;s a mistake about image pruning:<p>&quot;Add -f to get rid of all unused images (ones with no containers running them).&quot;<p>But the option is actually `-a` -- `-f` just simply skips the prompt.
评论 #13530247 未加载
评论 #13529608 未加载
andmarios超过 8 年前
Prune seems not that well thought to me. Don&#x27;t get me wrong, I do find it useful but many people use containers as environments. Think about how many people are going to run prune only to find their work go missing.<p>If you are gonna add a nuclear button, do it with a big red alert and give the option to whitelist some containers.
评论 #13530653 未加载
评论 #13531196 未加载
lojack超过 8 年前
Curious what methods others use for handling secrets at build time (using docker-compose). I&#x27;m currently installing (private) dependencies at runtime by mounting my secrets as a volume. I couldn&#x27;t find a method that didn&#x27;t seem to have some risk of inadvertently exposing them.
评论 #13532853 未加载
评论 #13532981 未加载
the_duke超过 8 年前
Why not one &#x27;prune&#x27; command with &#x27;containers&#x27;, &#x27;images&#x27;, ... as an argument &#x2F; subcommand?<p>Would have seemed more intuitive to me.
评论 #13531439 未加载