To get a local copy of the image, we either need to pull it from the accessible registry or import it from the already exported image, as we saw in an earlier recipe. The docker image import command lets you import one or more images from a tarball. The docker image import command syntax is as follows:
docker image import [OPTIONS] file|URL|- [REPOSITORY[:TAG]]