Skip Navigation
68 comments
  • Building a docker container isn't normally to hard. I usually will create a PR with a dockerfile and docker compose

  • Yeah no thanks I actually enjoy customizing my installs and not relying on docker for config management which it really shouldn't be used for.

    Only container I have that was well worth it is the OSX vm which makes it easy to swap versions and options without having to coax the crappy apple software.

    Which I also only have because I thought it'd be funny to demo bluebubbles to my friends.

  • Stop pushing the popularity of Docker. It is proprietary software and runs completely opposite to the ideals of GNU/Linux.

    • Docker is open source, licensed under Apache-2.0. Not really sure what you're talking about.

      • While docker is open source I have no idea why systemd nspawn containers aren't more popular. Most systems have this built in without needing to install 3rd party software. And I find using it so much easier. I assign each container an IP address and manage them all with ansible. It provides isolation and convenience while not trying to reinvent the wheel.

68 comments