Home

Awesome

iQVoc Vocabulary Server

NDS Labs Docker image for the iQVoc vocabulary server.

Prerequisites

Build

To build the image from the Dockerfile:

docker build -t ndslabs/iqvoc .

Run the image

To run the Docker image:

docker run -it -p 3000:3000 ndslabs/iqvoc

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

See also