You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,14 @@
9
9
GitHub Action to set up (download and install) [Docker CE](https://docs.docker.com/engine/).
10
10
Works on Linux, macOS and Windows.
11
11
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
0 commit comments