strukturag / spreed-webrtc

WebRTC audio/video call and conferencing server.
GNU Affero General Public License v3.0
1.09k stars 259 forks source link

standard_init_linux.go:175: exec user process caused "exec format error" #353

Closed nephilim75 closed 8 years ago

nephilim75 commented 8 years ago

Hello

once I am trying to run docker image my system returns:

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

What kind of information do you require to give me a hint to get this solved?

I try to run this on a RasPi 3 with docker version 1.12.1 installed.

root@nextcloud:# docker version
Client:
 Version:      1.12.1
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   23cf638
 Built:        Thu Aug 18 05:31:15 2016
 OS/Arch:      linux/arm

Server:
 Version:      1.12.1
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   23cf638
 Built:        Thu Aug 18 05:31:15 2016
 OS/Arch:      linux/arm
root@nextcloud:#

I am using a nginx webserver on it and I modified my configuration as described here.

Can you assist me with this?

Kind regards //nephilim

longsleep commented 8 years ago

The Docker image from Dockerhub is for amd64 platform and will not work on Raspberry Pi (which is armhf). Currently we are not publishing armhf Docker images. You can build a Docker image yourself or if you use Ubuntu, instead use the packaging we provide at https://launchpad.net/~strukturag (provides packages of the current Spreed WebRTC release for i386, amd64, armhf and arm64 for Ubuntu 14.04 and 16.04). If you do not use Ubuntu but Debian or Debian based those packages might work too.