Merge pull request #496 from smartlixx/patch-1

Update best_practices.md
pull/497/head
Kang Huaishuai 2022-01-04 11:01:18 +08:00 committed by GitHub
commit 734079661d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ $ docker run --rm -it postgres bash
使 `USER` root `Dockerfile` 使 `RUN groupadd -r postgres && useradd -r -g postgres postgres`
> UID/GID UID/GID UID/GID UID/GID
> UID/GID UID/GID UID/GID UID/GID
使 `sudo` TTY `sudo` root root 使 [gosu](https://github.com/tianon/gosu)。