Load Docker image from a tar file

0 votes

Hi Guys,

I have configured the Docker host. I want to load one Docker image from a tar file. How can I do that?

Sep 28, 2020 in Docker by akhtar
• 38,230 points
2,550 views

1 answer to this question.

0 votes

Hi@akhtar,

You can load an image in your Docker host from a tar file as well. You can use the below command.

$ docker load -i <path to image tar file>
answered Sep 28, 2020 by MD
• 95,440 points

Related Questions In Docker

0 votes
1 answer

how do I create an image from a tar archive in docker?

You can use docker load command inorder to get ...READ MORE

answered Jul 2, 2019 in Docker by Sirajul
• 59,230 points
7,981 views
+1 vote
2 answers

How do I copy a file from docker container to host?

Here is a way which you can ...READ MORE

answered Aug 28, 2018 in Docker by Damon Salvatore
• 5,980 points
28,190 views
0 votes
1 answer
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,469 views
0 votes
1 answer

How to save a Docker image in tar file?

Hi@akhtar, Sometimes we may require to copy an ...READ MORE

answered Sep 28, 2020 in Docker by MD
• 95,440 points
4,080 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP