When running the command for step 9 I got an error that the docker container dmarc-parser-1 didn't exist, which was weird because I had all containers running, I then noticed that the - in dmarc-parser-1 should be a _ , after changing that It worked perfectly.
By adding this little change user don't run into this error.
command with fix: docker exec -it dmarc_parser_1 ./start.sh
When running the command for step 9 I got an error that the docker container dmarc-parser-1 didn't exist, which was weird because I had all containers running, I then noticed that the - in dmarc-parser-1 should be a _ , after changing that It worked perfectly.
By adding this little change user don't run into this error.
command with fix: docker exec -it dmarc_parser_1 ./start.sh