Prune container and volumes

Rather than manully removing the tmpfs volume.

Signed-off-by: Jacob Hansen <jhansen@op5.com>
This commit is contained in:
Jacob Hansen 2021-05-19 13:59:52 +02:00
parent 0bbcb60f02
commit 226469f970
No known key found for this signature in database
GPG key ID: 8FE936C265B721A9

View file

@ -74,4 +74,5 @@ jobs:
./configure --enable-libtap --with-ipv6=no && \
make && \
make test'
docker volume rm tmp-vol
docker container prune -f
docker volume prune -f