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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 14 14:34:51 UTC 2018


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

Vicente <vfontanella at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vfontanella at gmail.com

--- Comment #4 from Vicente <vfontanella at gmail.com> ---
I'm having the same problem after install through pkg install docker-freebsd.
(not ports)

FreeBSD  11.2-RC2 FreeBSD 11.2-RC2 #0 r334861: Sat Jun  9 03:23:08 UTC 2018    
root at releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

The problems start when trying to pull the images:

% 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

After trying another image:

% docker pull auchida/freebsd
latest: Pulling from auchida/freebsd
d5732e76584a: Pull complete 
a2b331a1c598: Pull complete 
da76cd0d865f: Pull complete 
3690474eb5b4: Already exists 
Digest: sha256:6dba3de9a41fd4a392864ac5150b059dc3410e6d98cdda0f3a6dd45df3a52f4c
Status: Downloaded newer image for auchida/freebsd:latest
% docker run -t -i auchida/freebsd /bin/bash

Starting the machine I had the same issue.

Error response from daemon: json: cannot set embedded pointer to unexported
struct: runconfig.hostConfigWrapper

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


More information about the freebsd-ports-bugs mailing list