EUGIM Hub Project: Educational training of physicians with high-resolution anorectal manometry
549
EUGIM Hub Project: Educational training of physicians working with high-resolution anorectal manometry

docker run -d -it --name anomanor ^
--restart unless-stopped ^
--publish 4848:3838 ^
-v anomanor_data_db:/root/anomanor_data/anomanor/db ^
-v anomanor_data_cache:/root/anomanor_data/anomanor/cache ^
-v anomanor_data_data:/root/anomanor_data/anomanor/data ^
dmenne/anomanor:1:0:1
:: Replace the tag, e.g. 1.0.1, by the currently active one :: See https://hub.docker.com/repository/docker/dmenne/anomanor/general
docker run -d -it --name anomanor --restart unless-stopped --publish 4848:3838 -v anomanor_data_db:/root/anomanor_data/anomanor/db -v anomanor_data_cache:/root/anomanor_data/anomanor/cache -v anomanor_data_data:/root/anomanor_data/anomanor/data dmenne/anomanor:1.0.1
This variant also works under Linux. Replace ^ by \ if you want to use the batch file on Linux.
localhost:4848The application uses a user sa_admin with administrator privileges, so you can upload new patient records to your own computer.
When you use this Docker image in Docker Desktop, none of your uploaded patient records leave your computer or leak into the wild otherwise.
See the github page for installations with user registration.
Content type
Image
Digest
sha256:6d44606a6…
Size
711.2 MB
Last updated
about 2 years ago
docker pull dmenne/anomanor:1.3.2