You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@docker /data # zfs list
NAME USED AVAIL REFER MOUNTPOINT
pool1 2.12M 10.5T 96K /pool1
pool1/data 776K 10.5T 232K /data
Steps to reproduce the behavior
Output of docker version:
Client: Docker Engine - Community
Version: 20.10.17
API version: 1.41
Go version: go1.17.11
Git commit: 100c701
Built: Mon Jun 6 23:03:17 2022
OS/Arch: linux/amd64
Context: default
Experimental: true
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Output of docker info:
Client:
Context: default
Debug Mode: false
Plugins:
app: Docker App (Docker Inc., v0.9.1-beta3)
buildx: Docker Buildx (Docker Inc., v0.8.2-docker)
compose: Docker Compose (Docker Inc., v2.6.0)
Server:
ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
errors pretty printing info
Linux docker 5.10.0-15-amd64 #1 SMP Debian 5.10.120-1 (2022-06-09) x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Expected behavior
overlay2 storage driver working on zfs dataset. I don't want to use the zfs storage driver.
Actual behavior
docker start fails:
Content of /etc/docker/daemon.json:
zfs list:
Steps to reproduce the behavior
Output of
docker version
:Output of
docker info
:The text was updated successfully, but these errors were encountered: