Skip to content

Docker

To enable docker, configure the storage driver in /etc/docker/daemon.json:

{
    "storage-driver": "fuse-overlayfs"
}