scionproto / scion

SCION Internet Architecture
https://www.scion-architecture.net/
Apache License 2.0
369 stars 156 forks source link

test: cleanup docker in scion-pki TestOpenSSLCompatible #4509

Closed matzf closed 2 months ago

matzf commented 2 months ago

Add --rm to docker run invocation, to remove the container after it finishes and so avoid littering the system with stopped containers.

matzf commented 2 months ago

This change is Reviewable