FS#38029 - [docker] missing i686 support

Attached to Project: Community Packages
Opened by Alexander F. Rødseth (xyproto) - Thursday, 05 December 2013, 18:03 GMT
Last edited by Sébastien Luttringer (seblu) - Friday, 06 December 2013, 22:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details


Officialy, docker only supports 64-bit x86 and not 32-bit.
See: https://github.com/dotcloud/docker/commit/f7837599283ff89493d4fcfb7d9a046a7f9dc13b

However, it is possible to support i686:
http://mwhiteley.com/linux-containers/2013/08/31/docker-on-i386.html

When docker is run on an i686 right now, this is the message that appears:

The docker runtime currently only supports amd64 (not 386). This will change in the future. Aborting.

Please either set arch=('i686') or add 32-bit x86 support, as outlined in the url above.

This is for docker 1:0.7.0-1
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Friday, 06 December 2013, 22:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  i686 removed in docker 1:0.7.1-1

Loading...