Hacker News new | ask | show | jobs
by MuffinFlavored 2238 days ago
what are some usecases where you need systemd alongside docker containers?
1 comments

systemd can restart your container if it crashes. It can also start it if you reboot your system.
can you set a restart policy with just Docker?
I don't know. But if you can, that still leaves you the second use case: starting your container on reboot.

Can you have Docker do that too?