The Image Artist installation directory contains two scripts used to manage the container stack:
deploy.sh- Starts the container stack.undeploy.sh- Stops the container stack.
To run either script, navigate to the Image Artist installation directory and execute the appropriate command:
# Stop the container stack ./undeploy.sh # Start the container stack ./deploy.sh
Checking Container Stack Status
To view the status of the containers within the ImA stack, run the following command:
docker stack ps SImA --no-truncThis command displays the current state of each service and task within the
SImA Docker stack.
Comments
0 comments
Please sign in to leave a comment.