PrizmDoc® Viewer v14.0 Release - Updated
PrizmDoc Viewer / Administrator Guide / PrizmDoc Application Services / Starting & Stopping / Linux
In This Topic
    Linux
    In This Topic

    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