From 5feca06d21220f9c0d45840b4b680b301a29fef9 Mon Sep 17 00:00:00 2001 From: Tim Brust Date: Wed, 21 Dec 2016 14:10:12 +0100 Subject: [PATCH] docs: fix best-practices memory heading level --- docs/BestPractices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BestPractices.md b/docs/BestPractices.md index d81ab572..ec1e1b70 100644 --- a/docs/BestPractices.md +++ b/docs/BestPractices.md @@ -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.