Docker Operations

Monitor and debug Docker containers in a Docklift PaaS environment.

11|2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/SSujitX/docklift --skill docker-operations-ssujitx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Docker Operations
Source: https://github.com/SSujitX/docklift/tree/main/.agent/skills/docker_operations
Command: npx skills add https://github.com/SSujitX/docklift --skill docker-operations-ssujitx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a centralized guide for troubleshooting, monitoring, and maintaining the containerized infrastructure of a Docklift deployment, ensuring platform stability and visibility.

Core Features & Use Cases

  • Container Management: Provides clear instructions for inspecting, logging, and managing both core platform services and user-deployed project containers.
  • System Diagnostics: Offers standardized commands for checking network configurations, volume mounts, and deployment states to resolve common operational issues.
  • Use Case: When a user-deployed application fails to start, use this skill to quickly identify the correct container name, inspect its logs for runtime errors, and verify that the project network is correctly attached to the proxy.

Quick Start

Use the Docker Operations skill to display the last 100 lines of logs for the docklift-backend container.

Frequently Asked Questions about Docker Operations

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

FAQPage Schema
How do I debug a Docker container that fails to start in a PaaS environment?

To debug a Docker container that fails to start, identify the correct container name, inspect its logs for runtime errors, and verify that the project network is correctly attached to the proxy.

How do I check logs for a specific Docklift container?

Checking logs for a Docklift container requires using standardized commands to display recent output, such as retrieving the last 100 lines of logs for the docklift-backend service to monitor its runtime status.

What is the best way to inspect network configurations and volume mounts for user-deployed project containers?

The best way to inspect network configurations and volume mounts is by running standardized system diagnostic commands to verify deployment states and resolve common operational issues for user-deployed project containers.

Does this Docker troubleshooting approach work for both core platform services and user-deployed containers?

Yes, this Docker troubleshooting approach works for both core platform services and user-deployed project containers, providing clear instructions for inspecting, logging, and managing the entire containerized infrastructure.

Why do I need to follow platform-specific naming conventions when monitoring Docker containers?

You need to follow platform-specific naming conventions when monitoring Docker containers to ensure adherence to isolation requirements for managed services, guaranteeing platform stability and visibility during troubleshooting.