Closed philastrophist closed 7 years ago
I don't even know how to how to begin debugging this:
$ docker volume create --name phlex_data $ docker run --privileged --name=Phlex --net=host -v phlex_data:/config digitalhigh/phlex panic: standard_init_linux.go:175: exec user process caused "exec format error" [recovered] panic: standard_init_linux.go:175: exec user process caused "exec format error" goroutine 1 [running, locked to thread]: panic(0x3360b0, 0x96ec4ec0) /usr/local/go/src/runtime/panic.go:481 +0x330 github.com/urfave/cli.HandleAction.func1(0x96e51960) /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:478 +0x328 panic(0x3360b0, 0x96ec4ec0) /usr/local/go/src/runtime/panic.go:443 +0x448 github.com/opencontainers/runc/libcontainer.(*LinuxFactory).StartInitialization.func1(0x96e515e8, 0x96e308e0, 0x96e51670) /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory_linux.go:259 +0x13c github.com/opencontainers/runc/libcontainer.(*LinuxFactory).StartInitialization(0x96e56f00, 0x8648cd00, 0x96ec4ec0) /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory_linux.go:277 +0x498 main.glob.func8(0x96e70460, 0x0, 0x0) /go/src/github.com/opencontainers/runc/main_unix.go:26 +0x58 reflect.Value.call(0x2eb600, 0x3f2948, 0x13, 0x3648b8, 0x4, 0x96e51920, 0x1, 0x1, 0x0, 0x0, ...) /usr/local/go/src/reflect/value.go:435 +0xeb4 reflect.Value.Call(0x2eb600, 0x3f2948, 0x13, 0x96e51920, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/local/go/src/reflect/value.go:303 +0x84 github.com/urfave/cli.HandleAction(0x2eb600, 0x3f2948, 0x96e70460, 0x0, 0x0) /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:487 +0x230 github.com/urfave/cli.Command.Run(0x366cd8, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3d0d50, 0x51, 0x0, ...) /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/command.go:191 +0xcd0 github.com/urfave/cli.(*App).Run(0x96e7e240, 0x96e22070, 0x2, 0x2, 0x0, 0x0) /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:240 +0x84c main.main() /go/src/github.com/opencontainers/runc/main.go:137 +0xbb4
And of course its an architecture thing
I solved it by building from lsioarmhf/nginx-armhf in the dockerfile
lsioarmhf/nginx-armhf
I don't even know how to how to begin debugging this: