Jump to content

Docker: Difference between revisions

27 bytes added ,  2 March 2023
m
imported>Kadimisetty
m (fix misplaced warning note)
imported>Kadimisetty
Line 19: Line 19:
If you prefer, you could achieve the same with this:
If you prefer, you could achieve the same with this:
<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
users.extraGroups.docker.members = [ "sri" ];
users.extraGroups.docker.members = [ "username-with-access-to-socket" ];
</syntaxHighlight>
</syntaxHighlight>


Anonymous user