Export mirror successfully using command:
docker export xx > e:/x.tar
Use the command to import a mirror:
1.
docker import e/x.tar - test
invalid reference format
2.
type e:/x.tar | docker import - test
? @C tP"T? ? 0? ? The system cannot find the specified file.
Processing: Error in docker.
The system cannot find the specified file.
Error processing: import.
The system cannot find the specified file.
An error occurred while processing-.
The system cannot find the specified file.
Error processing: test.
Export:
docker save -o c:\images\nanoserver.tar nanoserver-iis
Import:
docker load –i c:\temp\nanoserver.tar
Reference link:
https://www.assistanz.com/imp …