virtualisation.docker.enable

NixOS option

This option enables docker, a daemon that manages linux containers. Users in the “docker” group can interact with the daemon (e.g. to start or stop containers) using the docker command line tool.

type: boolean
Default
false
declared in: nixos/modules/virtualisation/docker.nixView source on NixOS/nixpkgs →