What command can be run to import a pre-exported Docker image into another Docker host?
This can be done using the docker load command and the syntax is docker load -i <export_image_name>.tar