Docker: Difference between revisions

imported>Raboof
→‎docker containers as systemd services: fix syntax, link to further docs
imported>Curious
m Fill in the missing semicolon.
Line 30: Line 30:


<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
virtualisation.docker.storageDriver = "btrfs"
virtualisation.docker.storageDriver = "btrfs";
</syntaxHighlight>
</syntaxHighlight>