radare2
Run the following command: sudo docker run --rm -it -v /your/working/directory:/home/nonroot/workdir remnux/radare2 bash
Then run rd2
or other Radare2 commands inside the container. This Dockerfile is based on the instructions documented in the official Radare2 Dockerfile file.