petsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 year agoRewriting nouveau’s Website (drivers for NVIDIA)tesk.pageexternal-linkmessage-square52fedilinkarrow-up1199arrow-down114
arrow-up1185arrow-down1external-linkRewriting nouveau’s Website (drivers for NVIDIA)tesk.pagepetsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 year agomessage-square52fedilink
minus-squarelemmyvore@feddit.nllinkfedilinkEnglisharrow-up1arrow-down1·1 year agoWith other init systems you don’t have to write any custom config files. You just have to start docker; it already has container maintenance built-in. I’ll never understand why they had to complicate it and require every container to also have a unit of explicit management.
minus-squarelemmyvore@feddit.nllinkfedilinkEnglisharrow-up1arrow-down1·1 year agoIt is, it’s what restart: always does. It will restart a container on failure and start it on boot, unless explicitly stopped.
deleted by creator
With other init systems you don’t have to write any custom config files. You just have to start docker; it already has container maintenance built-in.
I’ll never understand why they had to complicate it and require every container to also have a unit of explicit management.
deleted by creator
It is, it’s what
restart: always
does. It will restart a container on failure and start it on boot, unless explicitly stopped.