Hacker News new | ask | show | jobs
by zapita 1946 days ago
Containers don’t have to be complex. Docker and docker-compose are very simple to use. Docker swarm (rip) and Nomad are similar to kubernetes but orders or magnitude simpler.
2 comments

Docker Swarm mode is alive and well and not going anywhere. It's right there, built into the regular Docker CLI.
That is great news. Thank you.
I used to be a Docker fanboy. But after writing a few semi-complex Dockerfiles, and seeing more of how complex and FUBAR things like networking is [1], I changed my tune.

This was years ago, so maybe they greatly simplified things. But somehow I doubt it =/

[1] " Docker, by default, punches massive holes through your firewall in non-obvious ways. People don't realize that with a default Docker configuration, containers are ignoring any normal firewall rules you may have setup with iptables or ufw." - https://news.ycombinator.com/item?id=25834444