Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Jul 2018 20:29:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227618] sysutils/docker-freebsd: Cannot run docker run hello-world
Message-ID:  <bug-227618-7788-VQOHOgssaY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227618-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227618-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227618

NAMO <navid@cse.yorku.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |navid@cse.yorku.ca

--- Comment #7 from NAMO <navid@cse.yorku.ca> ---
Greetings,=20

I faced the same issue on vanilla 12 installation via pkg:
docker run hello-world
Error response from daemon: json: cannot set embedded pointer to unexported
struct: runconfig.hostConfigWrapper


As discussed above, on vanilla 12 installation, I applied the patch (194650
referenced above) and now I get either "Repository not found" or "FATAL: ke=
rnel
too old":

docker pull centos
latest: Pulling from centos
29466d114cd8: Extracting [=3D=3D=3D=3D=3D=3D=3D=3D>                        =
                  ]
12.26 MB/74.69 MB
b298d692482d: Download complete=20
88ec626ba223: Download complete=20
Pulling repository centos
Repository not found


docker pull ubuntu
latest: Pulling from ubuntu
893c22467b8c: Pull complete=20
956e81104ad3: Pull complete=20
fc67a0888591: Pull complete=20
2181b69ee6eb: Pull complete=20
e05ad70678a5: Pull complete=20
7feff7652c69: Pull complete=20
Digest: sha256:778d2aed25eb85ec40548addb582cbffd0ca6fe5d2a382cb7f3a8958c1ed=
50d6
Status: Downloaded newer image for ubuntu:latest


docker run -t -i ubuntu /bin/bash
FATAL: kernel too old
jail: /bin/bash: failed

uname -a
FreeBSD 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r335760: Thu Jun 28 15:10:28 U=
TC
2018     root@releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENE=
RIC=20
amd64

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227618-7788-VQOHOgssaY>