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.
I was looking at pushing the images into a docker/distribution and other multiarch specs and recording the right info. I could be wrong with this approach.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
./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
The text was updated successfully, but these errors were encountered: