Jump to content

Docker: Difference between revisions

152 bytes added ,  24 December 2022
no edit summary
imported>Mic92
(fix links syntax)
imported>Yeshey
No edit summary
Line 18: Line 18:
users.users.<myuser>.extraGroups = [ "docker" ];
users.users.<myuser>.extraGroups = [ "docker" ];
</syntaxHighlight>
</syntaxHighlight>
Note: In the '''btrfs''' filesystem you might need to set the storageDriver option, like so <code>virtualisation.docker.storageDriver = "btrfs"</code>


== Building a docker image with nixpkgs ==
== Building a docker image with nixpkgs ==
Anonymous user