Docker: Difference between revisions
m →System setup: Don't hard code channel in links |
m →Docker on btrfs: link to module options |
||
Line 146: | Line 146: | ||
=== Docker on btrfs === | === Docker on btrfs === | ||
If you use the [[btrfs]] file system, you might need to set the | If you use the [[btrfs]] file system, you might need to set the {{nixos:option|virtualisation.docker.storageDriver|storageDriver}} option: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
virtualisation.docker.storageDriver = "btrfs"; | virtualisation.docker.storageDriver = "btrfs"; |