setup-docker
ActionsTags
(1)Support Linux and macOS
Example please see
Quick Start
on:
push
name: ci
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
- run: |
set -x
docker version
docker run --rm hello-world
setup-docker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.