Starting or stopping container services


Use the instructions in this topic to perform the following tasks:

  • Start and stop the container services for the on-premises gateway
  • Start and stop the container services for monitoring the on-premises gateway node and container health by using dashboards (Applicable for version 25.3.01 and later)

Starting and stopping container services for the on-premises gateway

To start the container services for the on-premises gateway that is deployed on Docker containers:

docker compose up -d

To stop the container services for the on-premises gateway that is deployed on Docker containers:

docker compose down

To start the container services for the on-premises gateway that is deployed on Podman containers:

podman compose -f podman-compose.yaml up -d

To stop the container services for the on-premises gateway that is deployed on Podman containers:

podman compose -f podman-compose.yaml down

Starting and stopping container services for monitoring the on-premises gateway node and container health

To start the container services for monitoring the on-premises gateway node and Docker container health by using dashboards:

docker compose -f docker-compose-monitoring-services.yaml up -d  

To stop the container services for monitoring the on-premises gateway node and Docker container health by using dashboards:

docker compose -f docker-compose-monitoring-services.yaml down

To start the container services for monitoring the on-premises gateway node and Podman container health by using dashboards:

podman compose -f podman-compose-monitoring-services.yaml up -d

To stop the container services for monitoring the on-premises gateway node and Podman container health by using dashboards:

podman compose -f podman-compose-monitoring-services.yaml down

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*