Skip to content

Commit

Permalink
Merge pull request #35 from ciphermenial/ciphermenial-patch-1
Browse files Browse the repository at this point in the history
Update 2024-04-18-configure-incus-for-docker.md
  • Loading branch information
ciphermenial committed Apr 27, 2024
2 parents f3ad6c1 + 052a6e1 commit 3ebcfe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _posts/2024-04-18-configure-incus-for-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <storage name> container/<container name> zfs.delegate=true`

## Install Docker in the Container

Expand Down

0 comments on commit 3ebcfe2

Please sign in to comment.