Web interface for accessing and visualising AmpMap results.
592
This Docker image is part of the GUI for the AmpMap pipeline, which automates data monitoring for data analysed using the AmpMap pipeline. This is the frontend of the AmpMap pipeline described here: https://github.com/j-jamshidi/AmpMap/tree/main/GUI
docker run -d
--name ampmap-gui
--network host
-v $(pwd)/data:/app/data
-v $(pwd)/logs:/app/logs
-v $(pwd)/config:/app/config
-e HOSTNAME=your.server.ip
-e USERNAME=ubuntu
-e BASE_PATH=/EBSDataDrive/ONT/Runs
javadj/ampmap-gui:latest
Content type
Image
Digest
sha256:30e8dad4f…
Size
53.2 MB
Last updated
8 months ago
docker pull javadj/ampmap-gui