Skip to content

Commit

Permalink
docs: note about action usage
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Oct 12, 2023
1 parent 236716b commit 3ac5586
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
GitHub Action to set up (download and install) [Docker CE](https://docs.docker.com/engine/).
Works on Linux, macOS and Windows.

> **Note**
>
> This action is useful if you want to pin against a specific Docker version or
> set up a custom daemon configuration or if Docker is not available on your
> runner. If you're using [GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources)
> on Linux or Windows, Docker is already up and running, so it might not be
> necessary to use this action.
![Screenshot](.github/setup-docker-action.png)

___
Expand Down

0 comments on commit 3ac5586

Please sign in to comment.