|
|
|
|
|
by exceptione
148 days ago
|
|
quadlets fully depend on systemd doing its work. So, assuming you are running rootless, if you change your quadlets, you will need systemctl --user daemon-reload
to let systemd ingest the changes. And, if you have configured to start your container on boot, then still you have to start the container by hand, as you typically won't reboot during development. If you have multiple containers, it might be easiest to have them in one pod, so you only need to start the pod.I agree that the documentation needs a good tutorial to show the complete concept as a starting point. There are multiple ones though on the internet. |
|
That was not sufficient. Both for global o user setup.