Skip to content
This repository was archived by the owner on Feb 11, 2019. It is now read-only.

docker inspect shows Architecture: amd64 #19

Open
grooverdan opened this issue Feb 28, 2017 · 2 comments
Open

docker inspect shows Architecture: amd64 #19

grooverdan opened this issue Feb 28, 2017 · 2 comments

Comments

@grooverdan
Copy link

./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

@dashohoxha
Copy link
Contributor

A container actually uses the kernel of the host. Why should it cheat about the arch?

@grooverdan
Copy link
Author

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants