From a50b8ceadf26cf53c9621409eefca30e7fddd810 Mon Sep 17 00:00:00 2001 From: Steve Pole Date: Wed, 30 Aug 2023 20:15:35 +1000 Subject: [PATCH] Update README.md Changed 2 mis-spellings (dan/and) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8b6f2a..f0b1d2e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This is an [Minimal Alpine Linux image with glibc](https://hub.docker.com/r/jean ## Why use this image? -*code-server* service on this container will run as `non-root` (`vscode`) user. This add an extra layer of security and are generally recommended for production environments. This container also allow mapping of the `user id` dan `group id` of the user running docker to `vscode` user and group, which will enable the use of more restrictive file permission. +*code-server* service on this container will run as `non-root` (`vscode`) user. This add an extra layer of security and are generally recommended for production environments. This container also allow mapping of the `user id` and `group id` of the user running docker to `vscode` user and group, which will enable the use of more restrictive file permission. --- @@ -53,5 +53,5 @@ services: ``` *Note:* -1. You will want to change the value for `EUID` and `EGID` with your current user `user id` dan `group id`. +1. You will want to change the value for `EUID` and `EGID` with your current user `user id` and `group id`. 2. *code-server* config file will be saved to `~/path/on/host/.config/code-server/config.yaml`