I have an issue related Docker Image SAVE and LOAD
I make jar files on server x and then on the same x, i make it into a tar file
but when i send the tar file through google drive and using a USB to transfer that file to server y. i need to do this bcz server y is offline.
On using docker load command. it gives me
"INVALID TAR HEADER" issue. is it because of the transferring of files from USB or Google Drive or any other issue. Please HELP
I tried Removing CACHES and retarting docker to make sure it is not cacheing the layers