From 03fb058eae2d1992b5efdfac3fec8d808e2ecf77 Mon Sep 17 00:00:00 2001 From: Ganna Zhyrnova <112796922+gannazhyrnova@users.noreply.github.com> Date: Thu, 2 May 2024 12:39:00 +0300 Subject: [PATCH 1/3] docker.md Grammar check @wsoyinka , @sspencerwire we need normal names instead of nishaaaaaant, sastorsl --- docs/gemstones/containers/docker.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/gemstones/containers/docker.md b/docs/gemstones/containers/docker.md index bd97b58b72..7c202315d9 100644 --- a/docs/gemstones/containers/docker.md +++ b/docs/gemstones/containers/docker.md @@ -1,7 +1,7 @@ --- title: Docker - Install Engine -author: wale soyinka -contributors: neelchauhan, nishaaaaaant, sastorsl +author: Wale Soyinka +contributors: Neel Chauhan, nishaaaaaant, sastorsl, Ganna Zhyrnova date: 2021-08-04 tags: - docker @@ -9,7 +9,7 @@ tags: # Introduction -The Docker Engine can be used running native Docker style container workloads on Rocky Linux servers. This is sometimes preferred to running the full Docker Desktop environment. +The Docker Engine can run native Docker-style container workloads on Rocky Linux servers. This is sometimes preferred when running the full Docker Desktop environment. ## Add the Docker repository @@ -39,7 +39,7 @@ sudo systemctl --now enable docker Add a non-root user to the `docker` group to allow the user to manage `docker` without `sudo`. -This is an optional step, but can be a convenience if you are the main user on the system, or if you want to allow multiple users to manage docker, but do not want to grant them `sudo` permissions. +This is an optional step, but it can be convenient if you are the system's main user or if you want to allow multiple users to manage docker but do not want to grant them `sudo` permissions. Type: @@ -51,7 +51,7 @@ sudo usermod -a -G docker $(whoami) sudo usermod -a -G docker custom-user ``` -It is required to log out and in again to be assigned the new group. Check with the `id` command to verify that the group has been added. +To be assigned the new group, you must log out and in again. Check with the `id` command to verify that the group has been added. ### Notes From f88e8b3eeca00601ff670d9d033e9deb2f62ce96 Mon Sep 17 00:00:00 2001 From: wale soyinka Date: Thu, 2 May 2024 07:58:14 -0400 Subject: [PATCH 2/3] Update docker.md Resolve github user handles to full-names and update contributor tag/field. --- docs/gemstones/containers/docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/gemstones/containers/docker.md b/docs/gemstones/containers/docker.md index 7c202315d9..731a1cf13f 100644 --- a/docs/gemstones/containers/docker.md +++ b/docs/gemstones/containers/docker.md @@ -1,7 +1,9 @@ --- title: Docker - Install Engine author: Wale Soyinka -contributors: Neel Chauhan, nishaaaaaant, sastorsl, Ganna Zhyrnova +contributors: Neel Chauhan, +Srinivas Nishant Viswanadha, +Stein Arne Storslett, Ganna Zhyrnova date: 2021-08-04 tags: - docker From 9f79180258220716c46f361dd2727a98b5e5d934 Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Thu, 2 May 2024 08:22:37 -0500 Subject: [PATCH 3/3] Update docker.md --- docs/gemstones/containers/docker.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/gemstones/containers/docker.md b/docs/gemstones/containers/docker.md index 731a1cf13f..faaf7356f5 100644 --- a/docs/gemstones/containers/docker.md +++ b/docs/gemstones/containers/docker.md @@ -1,9 +1,7 @@ --- title: Docker - Install Engine author: Wale Soyinka -contributors: Neel Chauhan, -Srinivas Nishant Viswanadha, -Stein Arne Storslett, Ganna Zhyrnova +contributors: Neel Chauhan, Srinivas Nishant Viswanadha, Stein Arne Storslett, Ganna Zhyrnova date: 2021-08-04 tags: - docker