Docker: Difference between revisions

Pigs (talk | contribs)
m System setup: Don't hard code channel in links
Pigs (talk | contribs)
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 <code>storageDriver</code> option:
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";