container-ops

Manage Docker container lifecycle, resources, and monitoring via CLI.

50|13|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/chaterm/terminal-skills --skill container-ops-chaterm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: container-ops
Source: https://github.com/chaterm/terminal-skills/tree/main/docker/container-ops
Command: npx skills add https://github.com/chaterm/terminal-skills --skill container-ops-chaterm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Docker containers, addressing the complexities of their lifecycle, resource allocation, and troubleshooting.

Core Features & Use Cases

  • Container Lifecycle Management: Start, stop, restart, pause, and remove containers efficiently.
  • Resource Control: Set memory and CPU limits to optimize container performance and stability.
  • Debugging and Monitoring: Inspect container details, view logs, and monitor real-time resource usage.
  • Use Case: Quickly debug a misbehaving container by inspecting its logs, checking its resource consumption, and executing commands within its environment.

Quick Start

Use the container-ops skill to list all running Docker containers.

Frequently Asked Questions about container-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage the Docker container lifecycle from the command line?

To limit Docker container resources, use CLI commands to set memory and CPU limits during container creation or updates. This optimizes container performance and prevents individual containers from consuming excessive host system resources.

What is the best way to debug a misbehaving Docker container?

The best way to debug a misbehaving Docker container is to inspect its logs, check real-time resource consumption, and execute commands within its environment. This isolates performance issues and application errors quickly.

Can I transfer files between a Docker container and the host system?

Yes, you can transfer files between a Docker container and the host system. The Skill supports file transfer scenarios using Docker CLI commands, allowing you to move logs, configurations, or application data in and out of containers.

How do I inspect Docker container details and monitor real-time usage?

To inspect Docker container details and monitor real-time usage, execute dedicated Docker CLI inspection and monitoring commands. This provides visibility into container configurations, running states, and live resource consumption metrics.

Do I need any additional orchestration tools to use this for container troubleshooting?

No additional orchestration tools are required for container troubleshooting. The Skill handles inspection, logging, and monitoring directly using the Docker CLI, satisfying requirements for efficient troubleshooting in development and production.