Remove container once it gets stopped (#2921)

This commit is contained in:
AlbertoPellitteri
2024-09-10 16:47:12 +02:00
committed by GitHub
parent 59501c77d8
commit 981e91dbc4
+1 -1
View File
@@ -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