you should be in base directory with senseware, artispy and volatility_profile apps in it.
-
build docker image for volatility_profile
docker build -t volatility_profile -f volatility_profile/setup/Dockerfile . -
build docker image for senseware
docker build -t senseware -f senseware/setup/Dockerfile .
-
run volatility_profile container
docker run --rm -it volatility_profileargs: * run_find_best_profile * run_visual_inspection -
run senseware container with web server and expose port 5321
docker run -p 5321:5321 --rm -it senseware -
run senseware container for testing(senseware container with webserver also should be started)
docker run --net="host" --rm -it senseware test_suiteargs: * test_senseware * test_NEAT_sender * test_suite