Bonjour,
Je vous contacte car je rencontre un souci lorsque j'essai de lancer un conteneur.
Exemple, lorsque je lance la commande "docker run hello-world", je rencontre ce message :
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(0x3339c8, 0x56e01200) /usr/local/go/src/runtime/panic.go:481 +0x330 github.com/urfave/cli.HandleAction.func1(0x56e31958) /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:478 +0x328 panic(0x3339c8, 0x56e01200) /usr/local/go/src/runtime/panic.go:443 +0x448 github.com/opencontainers/runc/libcontainer.(*LinuxFactory).StartInitialization.func1(0x56e315e0, 0x56d7c258, 0x56e31668) /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(0x56df6240, 0x463e14e0, 0x56e01200) /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory_linux.go:277 +0x498 main.glob.func8(0x56df0320, 0x0, 0x0) /go/src/github.com/opencontainers/runc/main_unix.go:26 +0x58 reflect.Value.call(0x2e90f8, 0x3efd4c, 0x13, 0x362250, 0x4, 0x56e31918, 0x1, 0x1, 0x0, 0x0, ...) /usr/local/go/src/reflect/value.go:435 +0xeb4 reflect.Value.Call(0x2e90f8, 0x3efd4c, 0x13, 0x56e31918, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/local/go/src/reflect/value.go:303 +0x84 github.com/urfave/cli.HandleAction(0x2e90f8, 0x3efd4c, 0x56df0320, 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(0x364678, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3ce288, 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(0x56de2240, 0x56dc4050, 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
INFOS :
J'ai installé "docker-engine" en lançant le script "curl -sSL get.docker.com | sh"
Version installée :
Client: Version: 1.12.2 API version: 1.24 Go version: go1.6.3 Git commit: bb80604 Built: Tue Oct 11 17:52:51 2016 OS/Arch: linux/arm
Server: Version: 1.12.2 API version: 1.24 Go version: go1.6.3 Git commit: bb80604 Built: Tue Oct 11 17:52:51 2016 OS/Arch: linux/arm
OS : RaspBian Jessie
Avez-vous une idée de mon problème ? J'ai déjà réinstallé, reboot, etc. Mais rien à faire.
Par avance, merci