Skip to content

docker-socket-proxy

Security-enhanced proxy for the Docker (works with podman too) Socket

Example

When this module is enabled, the socket proxy will be automatically used by other stacks that support it. Example include Homepage, Traefik and Dozzle

nix
{
  nps.stacks.docker-socket-proxy.enable = true;
}

Stack Options

nps.stacks.docker-socket-proxy.containers.docker-socket-proxy

Alias of {option}services.podman.containers.docker-socket-proxy.

Type
plaintext
submodule
Declaration

nps.stacks.docker-socket-proxy.enable

Whether to enable docker-socket-proxy.

Type
plaintext
boolean
Default
nix
false
Example
nix
true
Declaration