./docker inspect 32bit/ubuntu:xenial | grep Arch "Architecture": "amd64", I couldn't see a way to manipulate this to i386 (or Os: LInux, or other metadata there) during the import. I briefly searched without success. Could do: docker save | tar -xf - edit acac9916eca1fad229ed19f98861ee8738267e39593d19cd481b59f5da67fd27.json tar -cf - ... | docker load
./docker inspect 32bit/ubuntu:xenial | grep Arch
"Architecture": "amd64",
I couldn't see a way to manipulate this to i386 (or Os: LInux, or other metadata there) during the import. I briefly searched without success.
Could do:
docker save | tar -xf -
edit acac9916eca1fad229ed19f98861ee8738267e39593d19cd481b59f5da67fd27.json
tar -cf - ... | docker load