Skip to content

Commit 3ac5586

Browse files
committed
docs: note about action usage
1 parent 236716b commit 3ac5586

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
GitHub Action to set up (download and install) [Docker CE](https://docs.docker.com/engine/).
1010
Works on Linux, macOS and Windows.
1111

12+
> **Note**
13+
>
14+
> This action is useful if you want to pin against a specific Docker version or
15+
> set up a custom daemon configuration or if Docker is not available on your
16+
> 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)
17+
> on Linux or Windows, Docker is already up and running, so it might not be
18+
> necessary to use this action.
19+
1220
![Screenshot](.github/setup-docker-action.png)
1321

1422
___

0 commit comments

Comments
 (0)