I'm trying to run Docker (must be within a FreeBSD jail)
How do I create this:
when
The jail name is "testing" and it seems that is trying to detect "zroot/jails/testing".
Please help. Thanks!
How do I create this:
Code:
--
You will need to create a ZFS dataset on /usr/docker
# zfs create -o mountpoint=/usr/docker <zroot>/docker
--
when
zfs list
shows "no datasets available" ?The jail name is "testing" and it seems that is trying to detect "zroot/jails/testing".
Code:
--
# docker -d
WARN[0000] Kernel version detection is available only on linux
INFO[0000] Listening for HTTP on unix (/var/run/docker.sock)
FATA[0000] Error starting daemon: error initializing graphdriver: Cannot find root filesystem zroot/jails/testing: exit status 1: "/sbin/zfs zfs get -rHp -t filesystem all zroot/jails/testing" => cannot open 'zroot/jails/testing': dataset does not exist
--
Please help. Thanks!
Last edited by a moderator: