Date: Sun, 15 Apr 2018 23:05:48 -0400 From: Simon Pierre Desrosiers <simonpie@cs.mcgill.ca> To: freebsd-virtualization@freebsd.org Subject: error when running docker run Message-ID: <D4D937BB-0786-4E5B-BAA2-70D5224EAF7C@cs.mcgill.ca>
next in thread | raw e-mail | index | archive | help
Hello, I am trying to run a docker container, but even the basic example from = the main page will reject commands with the following error : Error response from daemon: json: cannot set embedded pointer to = unexported struct: runconfig.hostConfigWrapper Only thing I seem able to do is to pull images. root@Charon:~/docker # docker version Client version: 1.7.0-dev Client API version: 1.19 Go version (client): go1.10 Git commit (client): 582db78 OS/Arch (client): freebsd/amd64 Server version: 1.7.0-dev Server API version: 1.19 Go version (server): go1.10 Git commit (server): 582db78 OS/Arch (server): freebsd/amd64 root@Charon:~/docker # docker image docker: 'image' is not a docker command. See 'docker --help'. root@Charon:~/docker # docker images REPOSITORY TAG IMAGE ID CREATED = VIRTUAL SIZE diginc/pi-hole latest cc4fbcbe7cd6 5 days ago = 367 MB root@Charon:~/docker # docker run -t -i centos /bin/bash Error response from daemon: json: cannot set embedded pointer to = unexported struct: runconfig.hostConfigWrapper root@Charon:~/docker # Any idea, Simon Pierre Desrosiers=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D4D937BB-0786-4E5B-BAA2-70D5224EAF7C>