docker-commands

Manage Docker services and execute Make commands for the ICJC project.

3|2|Updated Aug 31, 2025
One-click install
npx skills add https://github.com/donggyun112/ai-librarian --skill docker-commands
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-commands
Source: https://github.com/donggyun112/ai-librarian/tree/main/.claude/skills/docker-commands
Command: npx skills add https://github.com/donggyun112/ai-librarian --skill docker-commands

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of Docker services for the ICJC project, providing easy-to-use Make commands for building, running, restarting, and debugging various components.

Core Features & Use Cases

  • Service Management: Start, stop, and restart backend, frontend, and agent services.
  • Log Monitoring: Quickly access logs for individual services or the entire system.
  • Container Access: Easily exec into running containers for debugging.
  • Cleanup: Provides commands to stop, remove, and fully purge Docker resources.
  • Use Case: When a user reports that the backend is not responding, you can use this skill to quickly restart the backend service and check its logs for errors.

Quick Start

Use the docker-commands skill to restart the backend service.

Frequently Asked Questions about docker-commands

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

FAQPage Schema
How do I manage Docker services using Make commands?

Manage Docker services by executing Make commands to build, run, restart, and stop containers for backend, frontend, MongoDB, and Redis components. This streamlines service management workflows for development and debugging.

How do I check Docker container logs for debugging?

Check Docker container logs for debugging by running specific Make commands to quickly access logs for individual services or the entire system. This helps identify errors when backend or agent gateway services are not responding.

What is the best way to restart a backend service in a Docker environment?

The best way to restart a backend service in a Docker environment is using dedicated Make commands. This allows you to quickly restart the backend container and immediately check its logs for errors to resolve unresponsive states.

Can I exec into running Docker containers for debugging?

Yes, you can exec into running Docker containers for debugging. The skill provides specific Make commands to easily access running containers, allowing you to troubleshoot issues within the backend, frontend, or agent gateway services.

How do I clean up and purge Docker resources?

Clean up and purge Docker resources by running designated Make commands that stop and remove containers. These cleanup workflows fully purge Docker resources to reset your development environment.