Docker: Difference between revisions
imported>Cyounkins m root must also be added to docker group |
imported>Cyounkins |
||
Line 13: | Line 13: | ||
[https://search.nixos.org/options?from=0&size=50&sort=alpha_asc&query=virtualisation.docker More options] are available. | [https://search.nixos.org/options?from=0&size=50&sort=alpha_asc&query=virtualisation.docker More options] are available. | ||
Adding users to the <code>docker</code> group will provide them access to the socket | Adding users to the <code>docker</code> group will provide them access to the socket: | ||
<syntaxHighlight lang="nix"> | <syntaxHighlight lang="nix"> | ||
{ | { |