diff --git a/_posts/2024-04-18-configure-incus-for-docker.md b/_posts/2024-04-18-configure-incus-for-docker.md index daa46be..207e033 100644 --- a/_posts/2024-04-18-configure-incus-for-docker.md +++ b/_posts/2024-04-18-configure-incus-for-docker.md @@ -26,8 +26,10 @@ The delegation of ZFS is done on the volume for the container. I stop the contai ```bash incus stop docker -incus storage volume set storage container/docker zfs.delegate=true +incus storage volume set default container/docker zfs.delegate=true +incus start docker ``` +For reference it works like `incus storage volume set container/ zfs.delegate=true` ## Install Docker in the Container