lxc - How do I move a docker container's image to a persistent disk? -


we have noticed our containers taking lot of space, 1 of reasons images.

we move images.

i know right stored in /var/lib/docker/graph/<id>/layer

is there way move these location/persistent disk?

to move images drive or server..

docker save image_name > image_name.tar

mv image_name.tar /somewhere/else/

load docker

docker load < image_name.tar


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -