From f328a6e18124b4783a99108f63c2b0637465a19c Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Thu, 4 May 2023 10:57:36 +0200 Subject: [PATCH] doc(docker): post-review changes Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index 2f0159304f6..18f955b7602 100644 --- a/docker/README.md +++ b/docker/README.md @@ -112,7 +112,7 @@ ran-base latest 5c9c02a5b4a8 1 minute ago ... ``` -**Note that the steps are identical for `rocky-linux`.** +Note that the steps are identical for `rocky-linux`. ## 3.3. Building any target image ## @@ -139,7 +139,7 @@ Do not forget to remove the temporary image: docker image prune --force ``` -**Note that the steps are identical for `rocky-linux`.** +Note that the steps are identical for `rocky-linux`. # 4. Building using `podman` under Red Hat Entreprise Linux 8.2 # -- GitLab