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.

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

82 pointsby assaflavieover 8 years ago

9 comments

dandermotjover 8 years ago
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 未加载
lacampbellover 8 years ago
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 未加载
wenbertover 8 years ago
Does this mean the qcow2 disk space usage in Mac is fixed?
评论 #13529971 未加载
tachionover 8 years ago
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 未加载
EtienneKover 8 years ago
Secrets is a big one! Will really help speed up enterprise adoption.
joekrillover 8 years ago
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 未加载
andmariosover 8 years ago
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 未加载
lojackover 8 years ago
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_dukeover 8 years ago
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 未加载