docs: minimum docker engine version (#3546)

Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
This commit is contained in:
Paolo Facchinetti
2023-07-03 16:18:35 +02:00
committed by GitHub
parent d848668fb2
commit 7de2846a92

View File

@ -8,6 +8,9 @@ There are two ways to obtain a Reth Docker image:
Once you have obtained the Docker image, proceed to [Using the Docker Once you have obtained the Docker image, proceed to [Using the Docker
image](#using-the-docker-image). image](#using-the-docker-image).
> **Note**
>
> Reth requires Docker Engine version 20.10.10 or higher due to [missing support](https://docs.docker.com/engine/release-notes/20.10/#201010) for the `clone3` syscall in previous versions.
## GitHub ## GitHub
Reth docker images for both x86_64 and ARM64 machines are published with every release of reth on GitHub Container Registry. Reth docker images for both x86_64 and ARM64 machines are published with every release of reth on GitHub Container Registry.