MyNixOS website logo
option

services.gitlab-runner.services.<name>.dockerVolumes

Bind-mount a volume and create it if it doesn't exist prior to mounting.

Declarations
Type
list of string
Default
[ ]
Example
[
  "/var/run/docker.sock:/var/run/docker.sock"
]