Please note, this is not an official OverOps repository or Docker image
This image contains the OverOps On-prem Server which is used during On-prem deployments. The Storage Server source code can be found on GitHub. More info on this image can be found on DockerHub.
environment variable | default value | note |
---|---|---|
SERVER_HOSTNAME |
localhost |
The host name or ip address of this container, accessible via browser |
STORAGE_HOSTNAME |
server |
The host name or ip address of this container, accessible from the controller container |
docker build --no-cache -t timveil/oo-docker-onprem-server:latest .
docker push timveil/oo-docker-onprem-server:latest
docker run \
-e SERVER_HOSTNAME=localhost \
-e STORAGE_HOSTNAME=server \
timveil/oo-docker-onprem-server:latest