0 votes
in Docker by

What command can be run to import a pre-exported Docker image into another Docker host?

1 Answer

0 votes
by

This can be done using the docker load command and the syntax is docker load -i <export_image_name>.tar

...