summaryrefslogtreecommitdiff
path: root/data/templates/container
AgeCommit message (Collapse)Author
2022-10-29containers: T3903: Use systemd units for containerssarthurdev
* ExecStop action with defined timeout allows for quicker reboot/shutdown with containers
2022-05-08container: T4000: use unique storage for container imageChristian Poessinger
Do no longer store container images which are pulled from any registry to /config/containers. Instead save them to a unified location that is the same accross all images on the system: /usr/lib/live/mount/persistence/container/storage Reason for this change is, while living under /config/containers a VyOS image upgrade copied all downloaded container images to the new image - doubling the used space per image on every upgrade. With the new location the images are all the same for every VyOS image running. Container userdata can still be stored under /config and copied to a newer image making rollbacks still efficient.
2022-05-08container: T4353: fix conf-mode script nameChristian Poessinger
2022-05-02T2216: file is called container.pyChristian Poessinger
2022-05-01container: T4353: fix Jinja2 linting errorsChristian Poessinger