From owner-freebsd-virtualization@freebsd.org Sun Mar 19 15:57:02 2017 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0C77D13E2A for ; Sun, 19 Mar 2017 15:57:02 +0000 (UTC) (envelope-from gkirouac@myriade.ca) Received: from alt32.smtp-out.videotron.ca (alt32.smtp-out.videotron.ca [24.53.0.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BC7D4371 for ; Sun, 19 Mar 2017 15:57:02 +0000 (UTC) (envelope-from gkirouac@myriade.ca) Received: from [192.168.1.7] ([173.176.154.36]) by Videotron with SMTP id pcxucPn09WjC4pcxvcm9la; Sun, 19 Mar 2017 11:41:55 -0400 X-Authority-Analysis: v=2.1 cv=FfyXvMK6 c=1 sm=1 tr=0 a=GNb01QND/Z/0MjE/DBRVKg==:117 a=GNb01QND/Z/0MjE/DBRVKg==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=IkcTkHD0fZMA:10 a=6I5d2MoRAAAA:8 a=n6MYwUk4AAAA:8 a=s9oXJcMGAAAA:8 a=YlZzGGXpjj-NK5EVXH4A:9 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 a=Pq_6N41bls4alRN90ikP:22 a=cNNliUDrGJfcKjVfkxUC:22 To: freebsd-virtualization@freebsd.org From: Gilles Kirouac Subject: Docker hello-world no such file Message-ID: Date: Sun, 19 Mar 2017 11:41:50 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-CMAE-Envelope: MS4wfFxn4FmyTERQXxX2Muivy8rIzyMcHH+6PeRWy22pRBBiMaxTdu8k2NGJVV3B31Ny4Lt22v9OW+6vmJOca46sZTNA+4MUcEplfSRa1oO2NRELQkeJRvye IUzVGIKM+4DDPjlphb22tJhiVJU1felYPoFvM3tB0YLXwzTp66kdcSNU8H1827/aOiKzO7Gqc6fNTg== X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 19 Mar 2017 15:57:03 -0000 Using Xeon processor 5120 with PAE, but not EPT(Extended Page Tables). I installed Docker on FreeBSD according to: https://wiki.freebsd.org/Docker (except changed zroot for dkroot because of conflict) then attempted my first steps as suggested here https://docs.docker.com/engine/getstarted/step_one/#step-3-verify-your-in= stallation $ docker version Client version: 1.7.0-dev Client API version: 1.19 Go version (client): go1.7.4 Git commit (client): 582db78 OS/Arch (client): freebsd/amd64 Server version: 1.7.0-dev Server API version: 1.19 Go version (server): go1.7.4 Git commit (server): 582db78 OS/Arch (server): freebsd/amd64 $ docker run hello-world Unable to find image 'hello-world:latest' locally latest: Pulling from hello-world 50a54e1f9180: Pull complete 7a5a2d73abce: Pull complete Digest: sha256:7820f4620e6cf3e795643fac2f6b09e7fd0a29e7e5c4eee6aac9ba0bedca158c Status: Downloaded newer image for hello-world:latest jail: exec /hello: No such file or directory <=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D jail: /hello: failed $ docker ps -a CONTAINER ID IMAGE COMMAND =20 CREATED STATUS PORTS NAMES 96d08db2bfcc hello-world "/hello" 7 minutes ago Exited (1) 7 minutes ago cranky_rosalind In /var/log/docker.log, among a lot of messages and after a new attempt, I found this warning: Warning: could not change group /var/run/docker.sock to docker: Group docker not found $ groups gilles wheel FreeBSD S5004.localdomain 11.0-RELEASE-p8 FreeBSD 11.0-RELEASE-p8 #0: Wed Feb 22 06:12:04 UTC 2017 =20 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 with all patches available. ~ Gilles