sorgerlab/omero-nginx-docker

Name: omero-nginx-docker

Owner: sorgerlab

Description: Nginx docker image for OMERO.web

Created: 2017-08-03 20:17:04.0

Updated: 2017-10-18 18:26:29.0

Pushed: 2017-10-18 20:06:49.0

Homepage: null

Size: 4

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Nginx for OMERO.web Docker

An OMERO.web (and thus CentOS 7) based Docker image for Nginx.

Running the image

To run the Docker image you can set a single OMERO.server to connect to by defining MASTER_ADDR:

docker run -d --name dpwrussell/omero-nginx \
    -e OMEROWEBHOST=omero-web.example.org \
    -p 8080:80 \
    dpwrussell/omero-nginx
Exposed ports
Building the image

To build the docker image a docker version of 17.05+ is required because of the introduction of multi-stage docker builds.

docker build . -t dpwrussell/omero-nginx

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.