What Docker command can you use to transfer an image from one machine to another without using a 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
    Step1:- docker save -o <path for generated tar file> <image name> (or) docker save my-image:1.0.0 > saved-image.tar 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 & answers

A Devops Engineer was asked 11 Sep 2020Q. Write an Ansible playbook to install Apache.
A Devops Engineer was asked 11 Sep 2020Q. How would you debug Apache and Nginx issues?
A Devops Engineer was asked 11 Sep 2020Q. How would you debug a website that is progressively slowing down?

Popular interview questions of Devops Engineer

A Devops Engineer was asked 11 Sep 2020Q1. Write an Ansible playbook to install Apache.
A Devops Engineer was asked 11 Sep 2020Q2. How would you debug Apache and Nginx issues?
A Devops Engineer was asked 11 Sep 2020Q3. How would you debug a website that is progressively slowing down?
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

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