[Bug 227618] sysutils/docker-freebsd: Cannot run docker run hello-world

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 4 20:29:32 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227618

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

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

--- Comment #7 from NAMO <navid at cse.yorku.ca> ---
Greetings, 

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: kernel
too old":

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


docker pull ubuntu
latest: Pulling from ubuntu
893c22467b8c: Pull complete 
956e81104ad3: Pull complete 
fc67a0888591: Pull complete 
2181b69ee6eb: Pull complete 
e05ad70678a5: Pull complete 
7feff7652c69: Pull complete 
Digest: sha256:778d2aed25eb85ec40548addb582cbffd0ca6fe5d2a382cb7f3a8958c1ed50d6
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 UTC
2018     root at releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC 
amd64

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


More information about the freebsd-ports-bugs mailing list