Dockerfile to build a mydumper Docker image.
Automated builds of the image are available on Dockerhub and is the recommended method of installation.
docker pull mpellon/mydumper:0.15.1-3
You can also pull the latest
tag which is built from the repository HEAD
docker pull mpellon/mydumper:latest
Alternatively you can build the image locally.
docker build -t mpellon/mydumper github.com/michellepellon/mydumper