ArmyCyberInstitute / cmgr

CTF Challenge Manager
Apache License 2.0
18 stars 9 forks source link

Add test option to leave solver container on failure #11

Open royragsdale opened 4 years ago

royragsdale commented 4 years ago

Currently if a solver fails the container is automatically removed. this makes it difficult to trouble shoot the cause of failure.

By not removing the container a challenge developer can inspect the docker logs to see why it failed, or even start it and interact with the environment.