From a205db296037fdccb7135f061e28d70139a2d20a Mon Sep 17 00:00:00 2001 From: Alexander Molchevsky Date: Mon, 12 Dec 2022 09:50:15 +0200 Subject: [PATCH 1/2] Several errata fixes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ca30934a..0233b3bd 100644 --- a/README.md +++ b/README.md @@ -39,21 +39,21 @@ The Docker installation package consists of two independent products which insta It is easy to confuse which system you are currently working with. -Docker Desktop has a builtin daemon which works in parallel with the `dockerd` daemon. +Docker Desktop has a built-in daemon which works in parallel with the `dockerd` daemon. -Docker Desktop keep it's settings and storage of images and containers in the user's home directory. +Docker Desktop keeps its settings and storage of images and containers in the user's home directory. -Docker Engine keep it's settings and the storage in the system directories. +Docker Engine keeps its settings and the storage in the system directories. Docker Desktop works with userns-remap turned on only. It is hardcoded and can't be changed. -Docker Desktop has builtin daemon which works in parallel with the dockerd daemon. +Docker Desktop has a built-in daemon which works in parallel with the `dockerd` daemon. Therefore, to successfully work with DUNE you should: ->+ Clone latest DUNE repository. +>+ Clone the latest DUNE repository. >+ Rebuild the image by calling ./bootstrap.sh. ->+ Add a root directory of host system to list of shared directories in Docker Desktop settings. +>+ Add a root directory of the host system to the list of shared directories in Docker Desktop settings. >+ Keep Docker Desktop running all the time when you work with DUNE. From c66f1a54b8b3bda0f25e7918e924a9e048ac0e84 Mon Sep 17 00:00:00 2001 From: Alexander Molchevsky Date: Wed, 14 Dec 2022 01:19:50 +0200 Subject: [PATCH 2/2] An errata fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0233b3bd..fb3a6d94 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Docker Desktop has a built-in daemon which works in parallel with the `dockerd` Docker Desktop keeps its settings and storage of images and containers in the user's home directory. -Docker Engine keeps its settings and the storage in the system directories. +Docker Engine keeps its settings and storage in the system directories. Docker Desktop works with userns-remap turned on only. It is hardcoded and can't be changed.