We spent a whole week rewriting nouveau’s website — the drivers for NVIDIA cards. It started as a one-person effort, but it led to a few people helping me out. We addressed several issues in the nouveau website and improved it a lot. The redesign is live on nouveau.freedesktop.org. In this article, we’ll go over the problems with the old site and the work we’ve done to fix them.
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.