NDS Labs Docker image for the iQVoc vocabulary server.
- Docker
To build the image from the Dockerfile:
docker build -t ndslabs/iqvoc .
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.