Compare commits

...

2 Commits

Author SHA1 Message Date
Kang Huaishuai 734079661d
Merge pull request #496 from smartlixx/patch-1
Update best_practices.md
2022-01-04 11:01:18 +08:00
Xianxiang Li 1ed8c2c81f
Update best_practices.md
Fix a typo
2022-01-04 10:41:51 +08:00
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)。