[FIX] Fixed path issues & added inspect-container

inspect-container.sh opens a new /bin/bash inside the container
to check files or other stuff like on normal linux maschines

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
Sebastian Waldbauer
2021-03-05 13:44:11 +01:00
parent b23c60dda5
commit 13fbc401a7
3 changed files with 35 additions and 10 deletions

View File

@@ -28,3 +28,7 @@ docker build --build-arg BUILD_DATE=$build_date \
-f ./.docker/intelmq-full/Dockerfile \
-t intelmq-full:$build_version \
-t intelmq-full:latest .
cd ./intelmq-manager \
&& rm -r html \
&& cd ..