Fix Docker with makefile
- Now MakeFile use a path relative to the MakeFile rather than PWD to use Docker commands.Fix #36 (closed)
- Add option
USE_DOCKER
to run Benchmark with Docker. - Move
MAX_RETRIES
variable has a static variable, making it possible to set it.