error with docker installed on a 32bit architecture machine

2

Hello everyone I would like to know what this error is due

Error response from daemon: Cannot start container ffb: [8] System error: exec format error
FATA[0000] Error: failed to start one or more containers

this error is generated when wanting to start a container with the command

sudo docker start [idContainer]  

As I say I'm on a 32-bit machine, I do not know if this is useful when typing the info command this is the kernel that shows Kernel Version: 3.19.0-59-generic

I would appreciate if you could help me resolve this error, regards

    
asked by Cristhian Molina 14.05.2016 в 22:55
source

2 answers

0

It may be that daemon docker is not initialized; apt-get install -f & & amp service docker start

    
answered by 15.05.2016 / 05:32
source
2

These are the prerequisites: You need 64 bits

link

Prerequisites Docker requires a 64-bit installation regardless of your Ubuntu version. Additionally, your kernel must be 3.10 at minimum. The latest 3.10 minor version or newer version maintained also acceptable.

    
answered by 30.05.2016 в 18:40