dockertest 0.5.0

A library to control docker containers when running your integration tests.
Documentation
1
2
3
FROM alpine:3.11.6

CMD [ "/bin/sh", "-c",  "ip link add dummy0 type dummy && echo 'hello dockertest-rs'" ]