Saved Bookmarks
| 1. |
What command can you run to export a docker image as an archive? |
|
Answer» This can be DONE USING the DOCKER save command and the SYNTAX is: docker save -o <exported_name>.tar <container-name> |
|