docs: fix best-practices memory heading level
This commit is contained in:
parent
1541d51565
commit
5feca06d21
|
@ -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