docker/README.md
Stephan Schnabel 4baf2f0a71
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/test/2 unknown status
ci/woodpecker/pr/test/1 unknown status
Initial draft of plugin.
2025-06-20 14:46:45 +02:00

2.5 KiB

Docker Daemon and CLI for WoodpeckerCI Plugin

dockerd pulls dockerd size cli pulls cli size dockerfile license prs issues A Woodpecker I prepared docker daemon and cli. Also usable with Gitlab, Github or locally, see examples for usage.

Features

  • dockerd: includes rootlesskit
  • dockerd: configures mirror for dockerd
  • cli: with buildkit
  • cli: variants:
    • git: with git
    • az: with Azure CLI
    • az-git: with Azure CLI and git

Example


services:
  - name: dockerd
    image: kokuwaio/dockerd
    ports: [2375, 8080]

steps:
  info:
    image: kokuwaio/docker-cli
    commands: docker info

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