djmaze / armhf-ubuntu-docker

Ubuntu-Core images for armhf (ARMv7+) devices
59 stars 16 forks source link

Cannt execute anything after pulling an image #5

Closed mrteera closed 6 years ago

mrteera commented 6 years ago

My system information:

Docker version 17.09.0-ce, build afdb6d4
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.2 LTS
Release:    16.04
Codename:   xenial
Linux gpu1 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

I have tried both pull an image (mazzolino/armhf-ubuntu:14.04) or build it myself. I have got the same error:

standard_init_linux.go:185: exec user process caused "exec format error"

Or I have misunderstand that this docker can only be use for ARM device?

djmaze commented 6 years ago

@mrteera You have to enable emulation support on your machine in order to use this.

Sorry for the late answer.

mrteera commented 6 years ago

Thank you :)