[Bug 227618] sysutils/docker-freebsd: Cannot run docker run hello-world

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 14 23:34:52 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227618

Matthias Fechner <mfechner at FreeBSD.org> changed:

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

--- Comment #11 from Matthias Fechner <mfechner at 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 zpool
get all -p zroot" => 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 [========>                                          ]
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:8c3cced1211d1a566088c0af049cc8cd6f33f5b275e62e6285ca6a13e66a98f0
Status: Image is up to date for ubuntu:latest

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

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

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


More information about the freebsd-ports-bugs mailing list