ComradeMiao@lemmy.world to Selfhosted@lemmy.worldEnglish · edit-24 days agoHow to maintain a local repository of docker images in case they go offline?message-squaremessage-square17fedilinkarrow-up142arrow-down14file-text
arrow-up138arrow-down1message-squareHow to maintain a local repository of docker images in case they go offline?ComradeMiao@lemmy.world to Selfhosted@lemmy.worldEnglish · edit-24 days agomessage-square17fedilinkfile-text
minus-squareFoster Hangdaan@lemmy.fosterhangdaan.comlinkfedilinkEnglisharrow-up8·4 days agoI’d also like to add that you can save an image to a local file using docker image save and load them back using docker image load. So, along with the options mentioned above, you have plenty of options to backup images for offline use.
I’d also like to add that you can save an image to a local file using
docker image save
and load them back usingdocker image load
. So, along with the options mentioned above, you have plenty of options to backup images for offline use.