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 

To start and stop container services for the on-premises gateway

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

docker compose up -d

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

docker compose down

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

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

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

podman compose -f podman-compose.yaml down

To start and stop 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, run the following command:

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, run the following command:

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, run the following command:

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, run the following command:

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

Related topics

Deploying the on-premises gateway on Docker containers

Deploying the on-premises gateway on Podman containers

 

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

BMC Helix Intelligent Integrations 26.1