Articles → DOCKER → Docker Load CommandDocker Load CommandIn this article, we will discuss the docker load command.Purpose The docker load command is used to load the image from the archive .tar file.Prerequisite Before you start reading this article, make sure that Docker is installed on your machine.Syntax docker load < image_file_name.tarExample Consider the following archive image file: -Click to EnlargeTo load the image, use the following command: - Click to EnlargeThe image is created on the local system.Click to EnlargePosted By - Karan Gupta Posted On - Tuesday, April 4, 2023 Query/Feedback Your Email Id Subject Query/Feedback Characters remaining 250
docker load < image_file_name.tar
Query/Feedback