Add `--init` to `docker run` example

Make example `docker run` command follow best practice described in section `## Handling Kernel Signals`
This commit is contained in:
Florian Mutter 2023-03-08 11:28:50 +01:00 committed by GitHub
parent 550335de39
commit 30e942efc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ Here is an example of how you would run a default Node.JS Docker Containerized a
```
$ docker run \
--init \
-e "NODE_ENV=production" \
-u "node" \
-m "300M" --memory-swap "1G" \