Skip to content

Commit cb775a3

Browse files
authored
Merge pull request #292 from timbru31/heading-level
docs: fix best-practices memory heading level
2 parents 80ffe32 + 5feca06 commit cb775a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BestPractices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FROM node:4.1.2-onbuild
2323
RUN groupadd -r node && useradd -r -g node node
2424
```
2525

26-
#### Memory
26+
## Memory
2727

2828
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.
2929

0 commit comments

Comments
 (0)