Docker image for the PrizmDoc Video.
566
PrizmDoc Video allows integration of video content into PrizmDoc!
Running this image will:
This Docker container allows easy evaluation of PrizmDoc Video on a single machine.
To run PrizmDoc Server as a Docker container, you simply need a Docker host (a machine with Docker installed). See the Docker documentation for more information.
Create a Docker network so the containers can communicate.
docker network create prizmdoc
Run PrizmDoc Server.
docker run --rm --env ACCEPT_EULA=YES --network prizmdoc --publish 18681:18681 --name prizmdoc-server accusoft/prizmdoc-server
Wait until you see the following output in the console:
[info] Starting Product Runner...
[info] product-runner has been started correctly.
[info] Starting PCCIS Watchdog process...
[info] PCCIS Watchdog has been started correctly.
Run PrizmDoc Video.
docker run --rm --network prizmdoc -p 3000:3000 -p 3002:3002 -e PRIZMDOC_SERVER_URL=http://prizmdoc-server:18681 --name prizmdoc-video accusoft/prizmdoc-video
Navigate your browser to http://localhost:3002.
This is a beta feature that is not officially supported by Accusoft and its behavior can be changed at any time in a future version of the product. The feature should be used for evaluation purposes only and should not be used in production deployments. We're in the beta stage, so now's your time to send us feedback on what features you'd like to see in our future releases!
Please refer to the Getting Started for the details on how to evaluate this feature.
Content type
Image
Digest
sha256:5a50a23ef…
Size
62 MB
Last updated
about 3 years ago
docker pull accusoft/prizmdoc-video