Hacker News new | ask | show | jobs
by mmgutz 4067 days ago
I haven't used Docker myself. So what value add does Docker provide?
1 comments

* Ease of use * Publicly available image registry * Dockerfiles

I should stress that last point - I dislike certain aspects of docker, but I love their system for building images. I want to somehow adapt it for building bare metal images.

> * Publicly available image registry

I am unconvinced downloading system images from the Internet is a great thing overall.

I somewhat agree, but it's a thing that many people see as a feature.