|
1 |
| -[](https://github.com/crazy-max/ghaction-setup-docker/releases/latest) |
| 1 | +[](https://github.com/docker/setup-docker-action/releases/latest) |
2 | 2 | [](https://github.com/marketplace/actions/docker-setup-docker)
|
3 |
| -[](https://github.com/crazy-max/ghaction-setup-docker/actions?workflow=ci) |
4 |
| -[](https://github.com/crazy-max/ghaction-setup-docker/actions?workflow=test) |
5 |
| -[](https://codecov.io/gh/crazy-max/ghaction-setup-docker) |
| 3 | +[](https://github.com/docker/setup-docker-action/actions?workflow=ci) |
| 4 | +[](https://github.com/docker/setup-docker-action/actions?workflow=test) |
| 5 | +[](https://codecov.io/gh/docker/setup-docker-action) |
6 | 6 |
|
7 | 7 | ## About
|
8 | 8 |
|
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):
|
14 | 21 | > * https://github.com/crazy-max/ghaction-setup-docker/pull/53
|
|
44 | 51 | steps:
|
45 | 52 | -
|
46 | 53 | name: Set up Docker
|
47 |
| - uses: crazy-max/ghaction-setup-docker@v3 |
| 54 | + uses: docker/setup-docker-action@v3 |
48 | 55 | ```
|
49 | 56 |
|
50 | 57 | ### Daemon configuration
|
|
66 | 73 | steps:
|
67 | 74 | -
|
68 | 75 | name: Set up Docker
|
69 |
| - uses: crazy-max/ghaction-setup-docker@v3 |
| 76 | + uses: docker/setup-docker-action@v3 |
70 | 77 | with:
|
71 | 78 | daemon-config: |
|
72 | 79 | {
|
|
94 | 101 | steps:
|
95 | 102 | -
|
96 | 103 | name: Set up Docker
|
97 |
| - uses: crazy-max/ghaction-setup-docker@v3 |
| 104 | + uses: docker/setup-docker-action@v3 |
98 | 105 | env:
|
99 | 106 | LIMA_START_ARGS: --cpus 4 --memory 8
|
100 | 107 | ```
|
@@ -124,12 +131,8 @@ The following outputs are available
|
124 | 131 |
|
125 | 132 | ## Contributing
|
126 | 133 |
|
127 |
| -Want to contribute? Awesome! The most basic way to show your support is to star |
128 |
| -the project, or to raise issues. You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) |
129 |
| -or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this |
130 |
| -journey continues indefinitely! |
131 |
| - |
132 |
| -Thanks again for your support, it is much appreciated! :pray: |
| 134 | +Want to contribute? Awesome! You can find information about contributing to |
| 135 | +this project in the [CONTRIBUTING.md](/.github/CONTRIBUTING.md) |
133 | 136 |
|
134 | 137 | ## License
|
135 | 138 |
|
|
0 commit comments