Skip to main content

Docker Containers

Monitor Docker containers running on your servers.

Adding

Automatic Detection: OpsiMate checks for existing containers, and you can add them directly from the add screen.

Process

  1. Click the three-dots menu
  2. Select "Add Services"
  3. Choose your server provider
  4. Select "Docker Container" type
  5. Choose from detected containers
Adding Container Service

Adding a Docker container service to OpsiMate

Control

Docker Commands: Controlled via SSH commands with Docker.

Basic Operations

# Start container
docker start container-name

# Stop container
docker stop container-name

# Restart container
docker restart container-name