step-security/Docker Setup Docker
Set up Docker for use in GitHub Actions by downloading and installing a version of Docker CE
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Docker CE version. (e.g, v24.0.9) | no | latest |
| channel | Docker CE channel. (e.g, stable, edge or test) | no | — |
| daemon-config | Docker daemon JSON configuration | no | — |
| tcp-port | TCP port to expose the Docker API locally | no | — |
| context | Docker context name. (default setup-docker-action) | no | — |
| set-host | Set DOCKER_HOST environment variable to docker socket path | no | false |
| rootless | Enable Docker rootless mode | no | false |
| runtime-basedir | Docker runtime base directory | no | — |
| github-token | GitHub Token used to get releases and download assets | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| sock | Docker socket path |
| tcp | Docker TCP address if tcp-port is set |