virtualisation.docker.rootless.enable

NixOS option

This option enables docker in a rootless mode, a daemon that manages linux containers. To interact with the daemon, one needs to set DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock.

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