Docker Engine 28.1.1 is not working on Parrot Security 6.3

Docker Engine not working on Debian

$docker info
Client: Docker Engine - Community
 Version:    28.1.1
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.23.0
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.35.1
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

Server:
 Containers: 1
  Running: 0
  Paused: 0
  Stopped: 1
 Images: 1
 Server Version: 28.1.1
 Storage Driver: overlay2
  Backing Filesystem: btrfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: systemd
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 05044ec0a9a75232cad458027ca83437aae3f4da
 runc version: v1.2.5-0-g59923ef
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 6.12.12-amd64
 Operating System: Parrot Security 6.3 (lorikeet)
 OSType: linux
 Architecture: x86_64
 CPUs: 12
 Total Memory: 7.635GiB
 Name: parrot
 ID: 7c66d3d7-1b87-404e-a616-2fba67659090
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  ::1/128
  127.0.0.0/8
 Live Restore Enabled: false

You originally posted it in a Docker Desktop related topic while you are not using Docker Desktop so I moved your post into its own topic.

You are alos not using Debian but Parrot Security 6.3. That is not supported by Docker CE officially, even if the OS is based on Debian. You haven’T shared anything about what happened why yolu think it is not working, but I see you are trying to use the overlay2 storage driver on btrfs backing filesystem which is not supported. overlay2 supports xfs and ext4

https://docs.docker.com/engine/storage/drivers/select-storage-driver/#supported-backing-filesystems

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.