Re: [Bug 1366509] Re: exec format error with docker run ubuntu right after installation

2014-10-15 Thread Tianon Gravi
As was noted on the upstream issue, this is working as designed. You cannot run a 64bit image on a 32bit host. Also, upstream does not officially support 32bit hosts, so you will need to use something like debootstrap to create your own. -- You received this bug notification because you are a

[Bug 1366509] Re: exec format error with docker run ubuntu right after installation

2014-10-15 Thread anatoly techtonik
The user experience could be better. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1366509 Title: exec format error with docker run ubuntu right after installation To manage notifications about

Re: [Bug 1366509] Re: exec format error with docker run ubuntu right after installation

2014-10-15 Thread Tianon Gravi
I agree completely, but upstream isn't planning to change that in the near future (especially since this particular configuration is not only unsupported, but the Debian/Ubuntu package includes a 100% unapproved-by-upstream patch to make it even possible). _Maybe_ today's Microsoft news will help

[Bug 1366509] Re: exec format error with docker run ubuntu right after installation

2014-10-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: docker.io (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1366509 Title:

[Bug 1366509] Re: exec format error with docker run ubuntu right after installation

2014-09-12 Thread Robie Basak
Since i386 isn't supported upstream, I think it's fair to set Importance: Low in Ubuntu. By all means we welcome people working on it, but I don't see it as a priority for Ubuntu as a project to enable i386, and nor does it represent a major break from expectations for Docker users using Ubuntu.

[Bug 1366509] Re: exec format error with docker run ubuntu right after installation

2014-09-07 Thread anatoly techtonik
$ sudo docker -D info Containers: 1 Images: 7 Storage Driver: aufs Root Dir: /var/lib/docker/aufs Dirs: 9 Execution Driver: native-0.2 Kernel Version: 3.13.0-35-generic Debug mode (server): false Debug mode (client): true Fds: 10 Goroutines: 10 EventsListeners: 0 Init SHA1:

[Bug 1366509] Re: exec format error with docker run ubuntu right after installation

2014-09-07 Thread Tianon Gravi
You're on a 32bit system (i386) and trying to run a 64bit image (amd64). Systems that aren't 64bit are officially unsupported upstream, so to use one, you'll have to make your own images (including the base images), or find some that someone else has made with the appropriate architecture. --

[Bug 1366509] Re: exec format error with docker run ubuntu right after installation

2014-09-07 Thread anatoly techtonik
They are not supported upstream, but available from Ubuntu for this platform. I tried to use https://registry.hub.docker.com/u/i686/ubuntu/ before I removed docker from my system and I believe the error was the same - exec format error. -- You received this bug notification because you are a