Merge pull request #292 from timbru31/heading-level

docs: fix best-practices memory heading level
This commit is contained in:
Christopher Horrell 2016-12-21 08:57:40 -05:00 committed by GitHub
commit cb775a3bc8
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 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. 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.