RomVault: Organize ROMs, merge new files, update collections with ease.
50K+
This is a Docker container for ROMVault.
The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.
This image is in no way affiliated with GordonJ. The author of ROMVault, if you want to give a donation please consider giving him first. His work is amazing.
RomVault will take one or more DAT files and your set of ROM (zip) files, and clean up your files to match your DAT files. If you find more ROMs to add to your collection RomVault will scan and merge in these files, and if new DATs are released you can easily scan in these new DATs and update your ROM collections to match, all of this can be done with just a few button clicks in the UI.
NOTE: The Docker command provided in this quick start is given as an example and parameters should be adjusted to your need.
Launch the ROMVault docker container with the following command:
docker run -d \
--name=romvault \
-p 5800:5800 \
-v /docker/appdata/romvault:/config:rw \
-v /home/user/ROMVault/DatRoot:/config/DatRoot:rw \
-v /home/user/ROMVault/RomRoot:/config/RomRoot:rw \
-v /home/user/ROMVault/ToSort:/config/ToSort:rw \
laromicas/romvault
Where:
/docker/appdata/romvault: This is where the application stores its configuration, states, log and any files needing persistency./home/user/ROMVault: This is where the dats and roms files are stored.Browse to http://your-host-ip:5800 to access the ROMVault GUI.
Full documentation is available at https://github.com/laromicas/docker-romvault
Having troubles with the container or have questions? Please create a new issue.
Content type
Image
Digest
sha256:af1498c29…
Size
360.3 MB
Last updated
about 2 months ago
docker pull laromicas/romvault