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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"[email protected]"

Reply via email to