From 79da606afd7c4e5aedc1975780a27828314c924f Mon Sep 17 00:00:00 2001 From: paolofacchinetti Date: Mon, 3 Jul 2023 14:21:05 +0200 Subject: [PATCH 1/2] docs: minimum docker engine version --- book/installation/docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/installation/docker.md b/book/installation/docker.md index 936e226c6bc7..9be2b5e56427 100644 --- a/book/installation/docker.md +++ b/book/installation/docker.md @@ -8,6 +8,8 @@ There are two ways to obtain a Reth Docker image: Once you have obtained the Docker image, proceed to [Using the Docker image](#using-the-docker-image). +**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 Reth docker images for both x86_64 and ARM64 machines are published with every release of reth on GitHub Container Registry. From 3a0335f426af0993d17ea98b9aff0ad7b9eef4e8 Mon Sep 17 00:00:00 2001 From: Bjerg Date: Mon, 3 Jul 2023 15:57:11 +0200 Subject: [PATCH 2/2] chore: formatting --- book/installation/docker.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/book/installation/docker.md b/book/installation/docker.md index 9be2b5e56427..cdcc0f2b47a0 100644 --- a/book/installation/docker.md +++ b/book/installation/docker.md @@ -8,8 +8,9 @@ There are two ways to obtain a Reth Docker image: Once you have obtained the Docker image, proceed to [Using the Docker image](#using-the-docker-image). -**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.** - +> **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 Reth docker images for both x86_64 and ARM64 machines are published with every release of reth on GitHub Container Registry.