30 actionsContainer Orchestration

Docker Connector

Container lifecycle and infrastructure management from support tickets.

Manage containers, images, networks, volumes, and system health. Keva can restart crashed containers, inspect logs, pull images, prune unused resources, and monitor resource usage through the Docker Engine API.

30
Total Actions
2
Categories
20
Low Risk
6
Medium Risk
3
High Risk
6
Reversible

Capabilities

Container lifecycleImage managementContainer logsResource statsNetwork managementVolume managementSystem monitoringDisk usage

Real-world use cases

See how Keva handles actual support tickets using Docker actions.

Container keeps crashing

Customer Message

Our API container keeps restarting every few minutes. Can you check what's happening and restart it?

1
List containersLists all containers to find the API container
2
Check logsRetrieves container logs to identify the crash reason
3
Inspect containerGets detailed container info including exit codes
4
Restart containerQueues restart_container to recover the service (requires approval)
Actions used
docker.list_containersdocker.logs_containerdocker.inspect_containerdocker.restart_container

Identified OOM kill from logs, container restarted with recommendation to increase memory.

Check container resource usage

Customer Message

Our server is running slow. Can you check which containers are using the most resources?

1
List containersGets all running containers
2
Get statsRetrieves CPU and memory stats for each container
3
Report findingsProvides a summary of resource usage per container
Actions used
docker.list_containersdocker.stats_container

Identified database container using 80% memory, recommended scaling or optimization.

Pull and deploy new image version

Customer Message

We released v2.1.0 of our app image. Can you pull the new version and restart the container?

1
Pull imagePulls the new image version from the registry
2
Stop containerStops the current container gracefully
3
Start containerStarts a new container with the updated image
Actions used
docker.pull_imagedocker.stop_containerdocker.start_container

New image deployed and container running with v2.1.0.

All Docker Actions

Complete reference of 30 actions available through the Docker connector.

Showing 30 of 30 actions
Infrastructure Read
list_containerslow
List Containers
List all containers (running and stopped).
Infrastructure Read
get_containerlow
Get Container
Get detailed information about a specific container.
Infrastructure Read
container_logslow
Get Container Logs
Get stdout/stderr logs from a container.
Infrastructure Read
container_statslow
Get Container Stats
Get real-time CPU, memory, network, and I/O statistics for a container.
Infrastructure Read
container_toplow
Get Container Processes
List processes running inside a container.
Infrastructure Read
inspect_containerlow
Inspect Container
Get full low-level configuration and state of a container.
Infrastructure Read
list_imageslow
List Images
List all Docker images.
Infrastructure Read
inspect_imagelow
Inspect Image
Get detailed information about an image.
Infrastructure Read
image_historylow
Get Image History
Get the history of an image (layers).
Infrastructure Read
list_networkslow
List Networks
List all Docker networks.
Infrastructure Read
inspect_networklow
Inspect Network
Get detailed information about a network.
Infrastructure Read
list_volumeslow
List Volumes
List all Docker volumes.
Infrastructure Read
inspect_volumelow
Inspect Volume
Get detailed information about a volume.
Infrastructure Read
infolow
Get Docker Info
Get system-wide Docker information.
Infrastructure Read
versionlow
Get Docker Version
Get Docker version information.
Infrastructure Read
pinglow
Ping Docker
Check if Docker daemon is responsive.
Infrastructure Read
disk_usagelow
Get Disk Usage
Get Docker disk usage summary.
Infrastructure Read
eventslow
Get Recent Events
Get recent Docker events (container starts, stops, etc.).
Infrastructure Read
Infrastructure Write
start_containermedium
Start Container
Start a stopped container.
Infrastructure WriteReversible
stop_containermedium
Stop Container
Stop a running container gracefully.
Infrastructure WriteReversible
restart_containermedium
Restart Container
Restart a container (stop then start).
Infrastructure Write
pause_containermedium
Pause Container
Pause all processes in a container.
Infrastructure WriteReversible
unpause_containerlow
Unpause Container
Resume a paused container.
Infrastructure WriteReversible
remove_containerhigh
Remove Container
Remove a stopped container. Cannot be undone.
Infrastructure Write
pull_imagemedium
Pull Image
Pull an image from a registry.
Infrastructure Write
tag_imagelow
Tag Image
Create a new tag for an image.
Infrastructure WriteReversible
remove_imagehigh
Remove Image
Remove an image. Cannot be undone.
Infrastructure Write
create_networkmedium
Create Network
Create a new Docker network.
Infrastructure WriteReversible
remove_networkhigh
Remove Network
Remove a Docker network. Cannot be undone.
Infrastructure Write
prune_volumescritical
Prune Volumes
Remove all unused volumes. Cannot be undone.
Infrastructure Write

Ready to automate Docker support?

30 actions. Full approval control. Set up in minutes.

14-day free trial. No credit card required.

Get Started Free