WebProtege Ontology Development Environment

February 20, 2017 ยท View on GitHub

NDS Labs Docker image for the WebProtege ontology development environment.

Prerequisites

  • Docker

Build

To build the image from the Dockerfile:

docker build -t ndslabs/webprotege .

Run the image

To run the Docker image:

docker run -it -p 8080:8080 ndslabs/webprotege

The image will be pulled from DockerHub if it does not already exist on your local machine.

See also