2.1 KiB
2.1 KiB
Docker Daemon WoodpeckerCI Plugin
A Woodpecker I prepared docker daemon. Also usable with Gitlab, Github or locally, see examples for usage.
Features
- includes rootless
- configures mirror for dockerd
Example
services:
- name: dockerd
image: kokuwaio/dockerd
ports: [2375, 8080]
steps:
info:
image: kokuwaio/docker-cli
commands: docker info
environment:
DOCKER_HOST: tcp://dockerd:2375
Settings
Environment | Default | Description |
---|---|---|
DOCKERD_PORT | 2375 |
Specifies the port to listen on |
DOCKERD_SHUTDOWN_TIMEOUT | 0 |
Set the default shutdown timeout |
DOCKERD_LOG_LEVEL | none |
Set the logging level |
DOCKERD_REGISTRY_MIRROR | none |
Specifies a list of registry mirrors. |
DOCKERD_INSECURE_REGISTRY | `none | Configure insecure registry |