From 3a55ba7847eaa1fda01dc8bdb1de081e8ef1275d Mon Sep 17 00:00:00 2001 From: Jason Kendall Date: Thu, 27 Feb 2020 19:53:47 -0500 Subject: [PATCH] Update readme for new docker-compose --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3155708..8f154a2 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,9 @@ This is based on some of the work from the DSCO docker build, nearly all of the ### Development/Test -- Grab the `docker-compose.yml` file and the `server-configs` directory +- Grab the `docker-compose.yml` and `server-configs/email.php` files (Keep directory structure) -- \[Optional] Copy the "default" configs removing "default" and edit the files in `server-configs` - - Note: A dry run without this step will try and make sane DEV configs +- A dry run will create sane default configurations - `docker-compose up` @@ -45,6 +44,8 @@ This is based on some of the work from the DSCO docker build, nearly all of the ### Using the image for development +Pull the entire repository, you can build the images using `docker-compose -f docker-compose.yml -f build-docker-compose.yml build` + Once you have the docker container up you can access the container by running `docker-compose exec misp /bin/bash`. This will provide you with a root shell. You can use `apt update` and then install any tools you wish to use. Finally, copy any changes you make outside of the container for commiting to your branch.