Merge pull request #292 from timbru31/heading-level
docs: fix best-practices memory heading level
This commit is contained in:
commit
cb775a3bc8
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue