mirror of https://github.com/docker/docs.git
Update CONTRIBUTING.md
Highlight docker version dependency
This commit is contained in:
parent
48b3eb2672
commit
0d740e211d
|
@ -46,9 +46,11 @@ Help make reviewing easier by following these guidelines:
|
|||
|
||||
### Local setup
|
||||
|
||||
You can use Docker (surprise) to build and serve the files locally. This
|
||||
requires Docker Desktop version 4.24 or later, or Docker Engine with Docker
|
||||
Compose version 2.22 or later.
|
||||
You can use Docker (surprise) to build and serve the files locally.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> This requires Docker Desktop version **4.24** or later, or Docker Engine with Docker
|
||||
> Compose version [**2.22**](https://docs.docker.com/compose/file-watch/) or later.
|
||||
|
||||
1. Clone the repository:
|
||||
|
||||
|
|
Loading…
Reference in New Issue