Skip to content

Commit

Permalink
Merge pull request #2 from Steveveepee/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
martinussuherman committed Nov 30, 2023
2 parents 58e00b2 + a50b8ce commit 3c9fe26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down Expand Up @@ -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`

0 comments on commit 3c9fe26

Please sign in to comment.