Articles → DOCKER → Save The Docker Image LocallySave The Docker Image LocallyIn this article, we will save the docker image locally.Prerequisite Before you start reading this article, make sure that Docker is installed on your machine.Syntax Use the following syntax to save the image locally.docker <image_name> -o <image_file_name>Example Consider the following image: -Click to EnlargeOur requirement is to save the ubuntu docker image locally. For that, use the following command: -Click to EnlargeUse the ls command to see the saved image.Click to EnlargePosted By - Karan Gupta Posted On - Monday, March 27, 2023 Query/Feedback Your Email Id Subject Query/Feedback Characters remaining 250
docker <image_name> -o <image_file_name>
Query/Feedback