Docker Considered Harmful (2016)
catern.com
Docker Considered Harmful (2016)
1–10 of 188 posts
Re: Docker Considered Harmful (2016)
#2Re: Docker Considered Harmful (2016)
#3What Docker did is bring all of the aspects mentioned in this article together into something that could be easily understood and used. Now that the ideas are familiar and there are standards like the Open Container Initiative, I think we'll see more smaller and specialized tools being built and used. Take for example CRI-O, which is Red Hat's container runtime that only targets the execution of Pods for Kubernetes.
Re: Docker Considered Harmful (2016)
#4Exactly.
Re: Docker Considered Harmful (2016)
#5> I think you could reimplement [some random part of what Docker does] easily yourself with a small shell script and some calls to mount; but I haven't bothered. Exactly.
> For most purposes, the main interesting thing that Docker containers provide is isolated networking. [...] What else prevents applications from using ports? The firewall that you already have installed on your server. Again, pointless abstraction to address already-solved problems.
Comically missing the point.
Re: Docker Considered Harmful (2016)
#6Re: Docker Considered Harmful (2016)
#7If you can craft your own system, feel free to move forward with that.
Re: Docker Considered Harmful (2016)
#8This article concludes that systemd-nspawn is a more unix-style alternative to Docker. Interestingly enough, this is what rkt uses for its default isolation (stage1). What Docker did is bring all of the aspects mentioned in this article together into something that could be easily understood and used. Now that the ideas are familiar and there are standards like the Open Container Initiative, I think we'll see more sm…
Re: Docker Considered Harmful (2016)
#9Re: Docker Considered Harmful (2016)
#10> I think you could reimplement [some random part of what Docker does] easily yourself with a small shell script and some calls to mount; but I haven't bothered. Exactly.