Public bug reported: Ubuntu 16.04.2 i386 docker.io_1.10.3-0ubuntu6_i386.deb
When I try to run hello-world container, I end with an error. It is explained here, that docker cannot run at i386 system. Is it correct explanation? Or is there a problem with hello-world example? https://github.com/docker/docker/issues/31379 Details: # docker version Client: Version: 1.12.6 API version: 1.24 Go version: go1.6.2 Git commit: 78d1802 Built: Tue Jan 31 23:35:37 2017 OS/Arch: linux/386 Server: Version: 1.12.6 API version: 1.24 Go version: go1.6.2 Git commit: 78d1802 Built: Tue Jan 31 23:35:37 2017 OS/Arch: linux/386 # docker run hello-world panic: standard_init_linux.go:178: exec user process caused "exec format error" [recovered] panic: standard_init_linux.go:178: exec user process caused "exec format error" goroutine 1 [running, locked to thread]: panic(0x835c220, 0x975ce280) /usr/lib/go-1.6/src/runtime/panic.go:481 +0x326 github.com/opencontainers/runc/vendor/github.com/urfave/cli.HandleAction.func1(0x975c7974) /build/runc-ZfQYYD/runc-1.0.0~rc2/_build/src/github.com/opencontainers/runc/vendor/github.com/urfave/cli/app.go:478 +0x2c1 panic(0x835c220, 0x975ce280) /usr/lib/go-1.6/src/runtime/panic.go:443 +0x3fd github.com/opencontainers/runc/libcontainer.(*LinuxFactory).StartInitialization.func1(0x975c75fc, 0x9752e8f0, 0x975c7684) /build/runc-ZfQYYD/runc-1.0.0~rc2/_build/src/github.com/opencontainers/runc/libcontainer/factory_linux.go:259 +0xfd github.com/opencontainers/runc/libcontainer.(*LinuxFactory).StartInitialization(0x9755cf60, 0x86b99d58, 0x975ce280) /build/runc-ZfQYYD/runc-1.0.0~rc2/_build/src/github.com/opencontainers/runc/libcontainer/factory_linux.go:277 +0x474 main.glob.func8(0x97592320, 0x0, 0x0) /build/runc-ZfQYYD/runc-1.0.0~rc2/_build/src/github.com/opencontainers/runc/main_unix.go:26 +0x57 reflect.Value.call(0x8302700, 0x842f7c0, 0x13, 0x838d7b8, 0x4, 0x975c7934, 0x1, 0x1, 0x0, 0x0, ...) /usr/lib/go-1.6/src/reflect/value.go:435 +0xeeb reflect.Value.Call(0x8302700, 0x842f7c0, 0x13, 0x975c7934, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go-1.6/src/reflect/value.go:303 +0x8c github.com/opencontainers/runc/vendor/github.com/urfave/cli.HandleAction(0x8302700, 0x842f7c0, 0x97592320, 0x0, 0x0) /build/runc-ZfQYYD/runc-1.0.0~rc2/_build/src/github.com/opencontainers/runc/vendor/github.com/urfave/cli/app.go:487 +0x25f github.com/opencontainers/runc/vendor/github.com/urfave/cli.Command.Run(0x838fcd8, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x840e120, 0x51, 0x0, ...) /build/runc-ZfQYYD/runc-1.0.0~rc2/_build/src/github.com/opencontainers/runc/vendor/github.com/urfave/cli/command.go:191 +0xda7 github.com/opencontainers/runc/vendor/github.com/urfave/cli.(*App).Run(0x97584240, 0x97520070, 0x2, 0x2, 0x0, 0x0) /build/runc-ZfQYYD/runc-1.0.0~rc2/_build/src/github.com/opencontainers/runc/vendor/github.com/urfave/cli/app.go:240 +0x92b main.main() /build/runc-ZfQYYD/runc-1.0.0~rc2/_build/src/github.com/opencontainers/runc/main.go:132 +0xa60 ** Affects: docker.io (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1683450 Title: hello-world doesn't work at i386 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1683450/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
