Skip to content
Discussion options

You must be logged in to vote

I checked it a bit, and volumes are still stored at the Docker data dir below /mnt/dietpi_userdata/docker-data/volumes/. Images are indeed stored by the containerd snapshotter, and then mounted (not actually stored) below /mnt/dietpi_userdata/docker-data/rootfs while the container is running.

Usually, the images can be restored as easily as a docker pull or docker run. Variable data is (supposed to be) stored in volumes or bind mounts, which can be moved over to new container images. Otherwise, when updating a container image, which means deleting the old image, would remove all variable data.

So what I said above, as far as I can see, remains true: Moving containerd data to /mnt/dietpi_u…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@samarium
Comment options

@MichaIng
Comment options

Answer selected by samarium
@samarium
Comment options

@MichaIng
Comment options

@samarium
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants