Closed mario-fink closed 2 years ago
Since docker images/layers etc. are still kept on rootfs partition we have to reinstall all apps after OS upgrading. Therefore, move docker images (/var/lib/docker) to apps partition
using /apps/docker as default docker data directory by configuring:
/apps/docker
"data-root": "/apps/docker"
in daemon.json
also see https://docs.docker.com/config/daemon/systemd/
Since docker images/layers etc. are still kept on rootfs partition we have to reinstall all apps after OS upgrading. Therefore, move docker images (/var/lib/docker) to apps partition