Skip to content

Commit 879378b

Browse files
authored
Merge pull request #1860 from florianmutter/patch-1
Add `--init` to `docker run` example
2 parents 7110e16 + 30e942e commit 879378b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/BestPractices.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Here is an example of how you would run a default Node.JS Docker Containerized a
166166

167167
```
168168
$ docker run \
169+
--init \
169170
-e "NODE_ENV=production" \
170171
-u "node" \
171172
-m "300M" --memory-swap "1G" \

0 commit comments

Comments
 (0)