Docker: Difference between revisions

Layer-09 (talk | contribs)
Cleaned up the page and organized it
Pigs (talk | contribs)
m System setup: Don't hard code channel in links
Line 31: Line 31:
{{Security Warning|Beware that the docker group membership is effectively [https://github.com/moby/moby/issues/9976 equivalent to being root]! <br> Consider using rootless mode.}}
{{Security Warning|Beware that the docker group membership is effectively [https://github.com/moby/moby/issues/9976 equivalent to being root]! <br> Consider using rootless mode.}}


Then, rebuild your system to apply the changes:
{{evaluate}}
<syntaxhighlight lang="bash">
sudo nixos-rebuild switch
</syntaxhighlight>


For a comprehensive list of configuration options, refer to the [https://search.nixos.org/options?channel=23.11&from=0&size=50&sort=relevance&type=packages&query=virtualisation.docker NixOS options search].
For a comprehensive list of configuration options, refer to the {{nixos:option|virtualisation.docker}} module options.


== Configuration ==
== Configuration ==