Saved Bookmarks
| 1. |
What command can be run to import a pre-exported Docker image into another Docker host? |
|
Answer» This can be done using the DOCKER load command and the syntax is docker load -i <export_image_name>.TAR |
|