PrizmDoc® v14.4 Release - Updated April 1, 2025
PrizmDoc / Administrator Guide / PrizmDoc Application Services / Starting & Stopping / Linux
Linux

Introduction

When using the PrizmDoc Application Services Docker container, you can simply start or stop PAS by starting or stopping the container.

If it is the first time you run PAS, you will have to create a config file and configure your license (see Using Docker).

Otherwise, for a standard installation, you can use the following Docker commands:

Start

On Linux

docker run --rm --env ACCEPT_EULA=YES --publish 3000:3000 --volume $(pwd)/config:/config --volume $(pwd)/logs:/logs --volume $(pwd)/data:/data --name pas accusoft/prizmdoc-application-services

On Windows

docker run --rm --env ACCEPT_EULA=YES --publish 3000:3000 --volume $pwd/config:/config --volume $pwd/logs:/logs --volume $pwd/data:/data --name pas accusoft/prizmdoc-application-services

Stop

On Linux & Windows

docker stop pas