From 1a149d9297d3800cd961873bca6dffe6f11b3ee8 Mon Sep 17 00:00:00 2001 From: Jason Kendall Date: Wed, 19 Feb 2020 11:03:39 -0500 Subject: [PATCH] Add some notes to the read me on how I dev using the containers --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d14b6af..d732ff1 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,13 @@ This is based on some of the work from the DSCO docker build, nearly all of the - Profit +### Using the image for development + +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. +`git diff -- [dir with changes]` could be used to reduce the number of changes in a patch file, however, becareful when using the `git diff` command. + ### Production - Use docker-compose, or some other config management tool