Docker command to transfer an image from one machine to another without using docker registry

AnswerBot
1y

Docker save and Docker load commands can be used to transfer an image from one machine to another without using a Docker registry.

  • Use the 'docker save' command to save the image as a tar file on the s...read more

Varshith Kalakota
3y

From server 1:

$ docker images

$ docker save -o <Path for this image where you wish to save/save as .tar> <your local Image name>

go to the directory where you save the .tar file and do ls command, yo...read more

Atul Mishra
3y
  1. Step1:- docker save -o <path for generated tar file> <image name> (or) docker save my-image:1.0.0 > saved-image.tar
  2. Step2:- docker load --input saved-image.tar (or) docker load < saved-image.tar
Mahesh Reddy
3y

docker push image_name

Add answer anonymously...
VMware Software Devops Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter