Home

Awesome

WebProtege Ontology Development Environment

NDS Labs Docker image for the WebProtege ontology development environment.

Prerequisites

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