Skip to content

Commit

Permalink
Add steps to pull docker images from docker hub to install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnbus committed Jan 3, 2020
1 parent 15db45c commit b3c052e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/source/installation/docker.rst
Expand Up @@ -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:
Expand Down

0 comments on commit b3c052e

Please sign in to comment.