Y
Hacker News
new
|
ask
|
show
|
jobs
by
MuffinFlavored
2238 days ago
what are some usecases where you need systemd alongside docker containers?
1 comments
elbear
2238 days ago
systemd can restart your container if it crashes. It can also start it if you reboot your system.
link
MuffinFlavored
2238 days ago
can you set a restart policy with just Docker?
link
elbear
2236 days ago
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?
link