Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2018 23:34:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227618] sysutils/docker-freebsd: Cannot run docker run hello-world
Message-ID:  <bug-227618-7788-uDOtieyiMe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227618-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227618-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227618

Matthias Fechner <mfechner@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mfechner@FreeBSD.org

--- Comment #11 from Matthias Fechner <mfechner@FreeBSD.org> ---
I tried patch but it does not really help:
docker info
Containers: 1
Images: 8
Storage Driver: zfs
 Zpool: error while getting pool information exit status 1: "/sbin/zpool zp=
ool
get all -p zroot" =3D> cannot open '-p': name must begin with a letter

 Zpool Health: not available
 Parent Dataset: zroot/docker
 Space Used By Parent: 114020352
 Space Available: 668433186816
 Parent Quota: no
 Compression: off
Execution Driver: jail
Logging Driver: json-file
Kernel Version: <unknown>
Operating System: <unknown> (error determining if containerized)
CPUs: 2
Total Memory: 0 B
Name: server.idefix.lan
ID: JK4Y:DDUM:3OKP:JHLD:MFLW:YA5Z:2R43:YC3H:2BHK:35QB:WP4B:CI7J
Debug mode (server): true
File Descriptors: -1
Goroutines: 18
System Time: 2018-08-15T01:30:40.09099722+02:00
EventsListeners: 0
Init SHA1:
Init Path: /usr/local/bin/docker
Docker Root Dir: /usr/docker
WARNING: No memory limit support
WARNING: No swap limit support


Try to download centos:
 docker pull centos
latest: Pulling from centos
675ac122cafb: Extracting [=3D=3D=3D=3D=3D=3D=3D=3D>                        =
                  ]
12.26 MB/74.69 MB
a4875ffe6057: Download complete
c5507be714a7: Download complete
Pulling repository centos
Repository not found

Try to download ubuntu:
docker pull ubuntu
latest: Pulling from ubuntu
6361cc537622: Already exists
f003bda75e7f: Already exists
d08913197ec6: Already exists
c0377ee89d00: Already exists
cf2766246f1c: Already exists
8a21df6e2aba: Already exists
Digest: sha256:8c3cced1211d1a566088c0af049cc8cd6f33f5b275e62e6285ca6a13e66a=
98f0
Status: Image is up to date for ubuntu:latest

docker images
REPOSITORY          TAG                 IMAGE ID            CREATED=20=20=
=20=20=20=20=20=20=20=20=20=20
VIRTUAL SIZE
ubuntu              latest              8a21df6e2aba        2 weeks ago=20=
=20=20=20=20=20=20=20
83.48 MB
hello-world         latest              3535063d9957        4 weeks ago=20=
=20=20=20=20=20=20=20
1.848 kB

docker run -t -i ubuntu /bin/bash
FATAL: kernel too old
jail: /bin/bash: failed

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227618-7788-uDOtieyiMe>