Remove container once it gets stopped (#2921)
This commit is contained in:
committed by
GitHub
parent
59501c77d8
commit
981e91dbc4
@@ -120,7 +120,7 @@ atomic_tests:
|
||||
executor:
|
||||
command: |-
|
||||
docker build -t t1069 $PathtoAtomicsFolder/T1069.001/src/
|
||||
docker run --name t1069_container -d -t t1069
|
||||
docker run --name t1069_container --rm -d -t t1069
|
||||
docker exec t1069_container ./test.sh
|
||||
cleanup_command: |-
|
||||
docker stop t1069_container
|
||||
|
||||
Reference in New Issue
Block a user