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
There was an error while loading. Please reload this page.
tes