These files provide an easy way to deploy Cutter in a Docker container. After additional configuration you may want to apply to the Makefile, execute make run. By default, the Cutter image on Docker Hub will be used along with additional UID, capability, X and mount settings:
- Xauthority settings which avoid using potentially insecure
xhostdirectives. The settings have been adapted from this post. - Mount directives to mount a shared folder and radare2 configuration files.
- The UID and GID of the user executing
make runwill also be used for the internal container user to avoid permission problems when sharing files.
The Makefile allows mounting a single binary file as read-only, which will also be used as an input for Cutter. To use this feature, execute make run BINARY=/absolute/path/to/binary.
- The internal container user doesn't use superuser privileges and is called
r2. - To check for more options of the
Makefile, executemake.