knowledge-docker-agent-box

Document Agent Box Docker container setup, service management, and troubleshooting.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/tankygranny05/agent-box --skill knowledge-docker-agent-box
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-docker-agent-box
Source: https://github.com/tankygranny05/agent-box/tree/main/agent-box/seed/codex-skills/knowledge-docker-agent-box
Command: npx skills add https://github.com/tankygranny05/agent-box --skill knowledge-docker-agent-box

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides essential reference documentation for the Agent Box Docker container, helping users manage, troubleshoot, and build the container and its associated services.

Core Features & Use Cases

  • Container Management: Instructions for starting, restarting, and building the agent-box-manual Docker container.
  • Service Troubleshooting: Guidance on resolving issues with Agent HQ, Claude Shim, and Codex Shim.
  • Configuration Reference: Details on port mappings, volume mounts, and environment variables.
  • Use Case: When the Agent HQ service within the Docker container fails to start after a restart, consult this Skill to find the correct docker exec command to restart the service manually.

Quick Start

Use the knowledge-docker-agent-box skill to find the command for restarting the Agent HQ service inside the container.

Frequently Asked Questions about knowledge-docker-agent-box

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

FAQPage Schema
How do I restart the Agent HQ service inside a Docker container?

To restart the Agent HQ service inside a Docker container, you must execute the specific `docker exec` command within your container environment to manually restart the failed service.

What ports and volume mounts do I need to configure for the Agent Box Docker container?

The Agent Box Docker container requires specific port mappings and volume mounts to properly expose services and persist data, ensuring the containerized environment functions correctly.

Why does my Claude Shim or Codex Shim service fail to start after a container restart?

Claude Shim or Codex Shim services may fail after a restart due to dependency problems or service failures, which you can resolve using targeted troubleshooting steps for the container.

How do I build and manage the agent-box-manual Docker container from scratch?

Building and managing the agent-box-manual Docker container involves using the provided Docker run commands to set up the environment, followed by specific instructions to start or restart the instance.

What are the common troubleshooting steps for resolving dependency problems in an Agent Box container?

Troubleshooting dependency problems in an Agent Box container involves checking service logs and executing targeted `docker exec` commands to manually restart failed services or resolve configuration issues.