virtualisation.docker.listenOptions

NixOS option

A list of unix and tcp docker should listen to. The format follows ListenStream as described in systemd.socket(5).

type: list of string
Default
[
  "/run/docker.sock"
]
declared in: nixos/modules/virtualisation/docker.nixView source on NixOS/nixpkgs →