From owner-freebsd-virtualization@freebsd.org Mon Apr 16 03:15:14 2018 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70A44FA6373 for ; Mon, 16 Apr 2018 03:15:14 +0000 (UTC) (envelope-from simonpie@cs.mcgill.ca) Received: from mail.cs.mcgill.ca (mail.CS.McGill.CA [132.206.51.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2392B7E583 for ; Mon, 16 Apr 2018 03:15:14 +0000 (UTC) (envelope-from simonpie@cs.mcgill.ca) Received: from [10.0.1.4] (174-138-217-253.cpe.distributel.net [174.138.217.253]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.mcgill.ca (Postfix) with ESMTPSA id 3552E216BF2B for ; Sun, 15 Apr 2018 23:05:49 -0400 (EDT) From: Simon Pierre Desrosiers Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: error when running docker run Message-Id: Date: Sun, 15 Apr 2018 23:05:48 -0400 To: freebsd-virtualization@freebsd.org X-Mailer: Apple Mail (2.3445.6.18) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2018 03:15:14 -0000 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=