update docs/BestPractices.md - typo (#500)

* update docs/BestPractices.md - typo

* update docs/BestPractices.md - UpperCase Tini
This commit is contained in:
Florian Bellazouz 2017-08-14 10:33:54 +02:00 committed by Simen Bekkhus
parent cc495dbadb
commit dbab8eb181
1 changed files with 1 additions and 1 deletions

View File

@ -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
```
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