dockertest 0.5.0

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

RUN apk add nmap-ncat

CMD echo "coop send message to container" | ncat $SEND_TO_IP 45456 && echo "send success"