Moving Images between machines

Moving Docker images between machines is not working …Am I doing something wrong ??

Step1 : ( Windows 10)

I have saved the docker image on one computer using the following command

docker save --output newhelloworld.tar newhelloworld

Step2 :frowning: Windows Server 2016) Load the tar file on new computer using the below command and got the error as below .

PS D:\Docker> docker load -i .\newhelloworld.tar
65f3b0435c42: Loading layer [=============================================> ] 119.2 MB/131 MB
re-exec error: exit status 1: output: Failed to OpenForBackup failed in Win32: open \?\C:\ProgramData\docker\windowsfil
ter\3339ddd643a245e1ff96ab8e3ecaf4c4124cc8172106b43525f17192ffdb18df\usr\share\man\man3\Locale::gettext.3pm.gz: The file
name, directory name, or volume label syntax is incorrect. (0x1f) \?\C:\ProgramData\docker\windowsfilter\3339ddd643a245
e1ff96ab8e3ecaf4c4124cc8172106b43525f17192ffdb18df\usr\share\man\man3\Locale::gettext.3pm.gz

Thanks for reporting this. Can you open an issue here and ping @jhowardmsft?