From b3c052efc0f05da8f06c3c3c864c8f9593c276e1 Mon Sep 17 00:00:00 2001 From: Brandon Myers Date: Fri, 3 Jan 2020 15:32:31 -0600 Subject: [PATCH] Add steps to pull docker images from docker hub to install docs --- docs/source/installation/docker.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/source/installation/docker.rst b/docs/source/installation/docker.rst index 6dc46966c..7d787c3bd 100644 --- a/docs/source/installation/docker.rst +++ b/docs/source/installation/docker.rst @@ -5,10 +5,16 @@ Docker .. note:: MozDef consists of ~10 containers, so it's encouraged to have at least 4GB of memory provided to the Docker daemon. - -You can quickly install and run MozDef with a few make commands:: +If you have MozDef source code downloaded locally, you can build the docker containers locally:: make build + +If you want to use pre-built images that are on docker-hub:: + + make build BUILD_MODE=pull + +Start MozDef:: + make run You're done! Now go to: