从 Docker 迁移到 Podman
以下是一些写给自己的备忘录。
关于 Quadlet 介绍 1
如何设置开机自动启动。2
The services created by Podman are considered transient by systemd, which means they don’t have the same persistence rules as regular units. In particular, it is not possible to systemctl enable them in order for them to become automatically enabled on the next boot.
To compensate for this, the generator manually applies the [Install] section of the container definition unit files during generation, in the same way systemctl enable does when run later.