Hacker News new | ask | show | jobs
by tarjei_huse 1964 days ago
Nice writeup.

What I find lacking in this post is tips on how to best configure systemd to run docker/podman containers and/or docker-compose. Any tips on that would be great!

1 comments

Thank you! At no point do I have to touch systemd, unless you want to change the default behavior of the docker daemon (which I dont).

You can simply apt-get install docker-compose. I am not familiar with other distributions. I suppose you could also pip install docker-compose as well.

Fortunately most of my systems remain in the default state. All the magic happens in docker/docker-compose.