Change the Docker config/image to mount ~/.local/share/ronin-db/ as a volume. This can be done using the VOLUME keyword. This should allow users to pull down the ronin-app docker image and quickly run it with docker, and not have to use docker-compose or pass in complex options to docker run.
Change the Docker config/image to mount
~/.local/share/ronin-db/
as a volume. This can be done using theVOLUME
keyword. This should allow users to pull down theronin-app
docker image and quickly run it with docker, and not have to usedocker-compose
or pass in complex options todocker run
.