You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2019. It is now read-only.
./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