The dockerfile for the rippled server and the tool is written and the image can be built using the command docker build -t rippled_tool:V1 --no-cache .
The dockerfile could be improved by making it multistage so that the tool is not run on the instrumented version (to make it more efficient), only the tests should be run on the instrumented version.
Another improvement: copy repo files from host to the docker container so you do not have to clone your repo (and need a token).
Following the meeting on the 19th of April: