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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@
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
+
> This action is useful if you want to pin against a specific Docker version or
14
+
> set up a custom daemon configuration or if Docker is not available on your
15
+
> 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)
16
+
> on Linux or Windows, Docker is already up and running, so it might not be
17
+
> necessary to use this action.
18
+
12
19
> [!WARNING]
13
20
> Does not work on macOS runners with ARM architecture (no nested virtualization):
0 commit comments