docs: fix best-practices memory heading level

This commit is contained in:
Tim Brust 2016-12-21 14:10:12 +01:00 committed by GitHub
parent 1541d51565
commit 5feca06d21
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ FROM node:4.1.2-onbuild
RUN groupadd -r node && useradd -r -g node node
```
#### Memory
## Memory
By default, any Docker Container may consume as much of the hardware such as CPU and RAM. If you are running multiple containers on the same host you should limit how much memory they can consume.