Skip to content

mocsharp/oviyam-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Oviyam 2 - Docker

Build

docker build -t oviyam:2.7.1 .

Run

docker run -it --rm -p 80:8080 -p 1025:1025 -v /oviyam:/usr/local/tomcat/work oviyam:2.7.1
  • -p 80:8080 Maps host port 80 to port 8080 in the container
  • -p 1025:1025 Port for DICOM Listener
  • -v /oviyam:/usr/local/tomcat/work Maps the directory /oviyam on the host system to /usr/local/tomcat/work to allow configurations to be retained if Docker instance is teardown

Navigate to http://localhost

About

Run Oviyam2 with tomcat 7 in a docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published