update docs/BestPractices.md - typo (#500)
* update docs/BestPractices.md - typo * update docs/BestPractices.md - UpperCase Tini
This commit is contained in:
parent
cc495dbadb
commit
dbab8eb181
|
@ -25,7 +25,7 @@ Node.js was not designed to run as PID 1 which leads to unexpected behaviour whe
|
||||||
docker run -it --init node
|
docker run -it --init node
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also include tini [directly in your Dockerfile](https://github.com/krallin/tini#using-tini), ensuring your process is always started with an init wrapper.
|
You can also include Tini [directly in your Dockerfile](https://github.com/krallin/tini#using-tini), ensuring your process is always started with an init wrapper.
|
||||||
|
|
||||||
## Non-root User
|
## Non-root User
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue