This is a sample setup to demonstrate how to run the orthancteam/orthanc
image as a non root user.
This demo contains:
- an Orthanc container that is being run as the
orthanc
user instead ofroot
- an initialization container that makes sure the volume has the right permissions for the
orthanc
user
To start the setup, type: docker-compose up
As described in the docker-compose.yml
file, Orthanc's HTTP server is
reachable via port 8042 on the Docker host (try http://localhost:8042)