this.isMin.uk


도커 이미지를 다른 컴퓨터로 옮기기

docker save -o <path for generated tar file> <image name>
docker load -i <path to image tar file>
Til, Docker