At first build base image:
docker build -t fuzzbuntu -f fuzzbuntu-dockerfile .
Build and run desired fuzzer:
docker build -t afl -f afl-dockerfile .
# Fire!
docker run -it afl /bin/bash
Or download from Docker Hub:
docker pull wisesecurity/fuzzbuntu
docker pull wisesecurity/afl