Skip to content

Docker image update without internet

FlorinSpuze edited this page Nov 9, 2021 · 2 revisions

pull the image local:

       $ docker pull registry.geodotnet.nl/samsa-stack:<BRANCH_NAME>

save that image to a .tar file.

       $ docker save --output name_of_the_file.tar {your image name or ID  find it with docker iamges}

copy that file to any machine.

load the .tar file to docker.

       $docker load --input name_of_the_file.tar

tes

Clone this wiki locally