docker.copyScript
Description Image copy script Type package
Default <derivation copy-docker-images.sh>
Declared in modules/docker.nix docker.export
Description List of images to export Type list of package
Default [ ]
Declared in modules/docker.nix docker.images
Description Attribute set of docker images that should be published Type attribute set of (submodule)
Default { }
Declared in modules/docker.nix docker.images.<name>.image
Description Docker image to publish Type null or package
Default null
Declared in modules/docker.nix docker.images.<name>.name
Description Desired docker image name Type string
Default ""
Declared in modules/docker.nix docker.images.<name>.path
Description Full docker image path Type string
Default ":"
Declared in modules/docker.nix docker.images.<name>.registry
Description Docker registry url where image is published Type string
Default ""
Declared in modules/docker.nix docker.images.<name>.tag
Description Desired docker image tag Type string
Default ""
Declared in modules/docker.nix docker.registry.url
Description Default registry url where images are published Type string
Default ""
Declared in modules/docker.nix
Docker