Docker Manager

Manage the VisionFlow container lifecycle and execute in-container commands via Docker socket.

14|4|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/pacphi/sindri --skill docker-manager-pacphi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Docker Manager
Source: https://github.com/pacphi/sindri/tree/main/docker/lib/extensions/vf-docker-manager/resources
Command: npx skills add https://github.com/pacphi/sindri --skill docker-manager-pacphi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables Claude to manage the VisionFlow container lifecycle (build, up, down) and execute commands inside the runtime.

Core Features & Use Cases

  • Container Lifecycle: Build, start, stop, restart VisionFlow.
  • Remote Commands: Run commands inside the container.
  • Health & Logs: Retrieve health and log data for debugging.

Quick Start

Build VisionFlow with no-cache and bring it up in dev mode.

Frequently Asked Questions about Docker Manager

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

FAQPage Schema
How do I automate Docker container management for VisionFlow from Claude?

Docker Manager automates VisionFlow container lifecycle—build, start, stop, restart—and executes commands inside the container via Docker socket access and the launch.sh wrapper. Claude gains programmatic control over container operations within the agentic-workstation environment.

Can I run commands inside a VisionFlow container without manual Docker CLI?

Yes. Docker Manager enables remote command execution inside the VisionFlow container through Claude, eliminating manual CLI calls. Commands execute via the Python Docker SDK against the container runtime.

What do I need to set up Docker container orchestration with Claude?

Docker socket access at /var/run/docker.sock, project mounted at /home/devuser/workspace/project, Python Docker SDK, wrapper scripts, and docker-auth.json configuration describing containers, networks, health checks, and error handling.

How do I troubleshoot VisionFlow container issues using Docker Manager?

Docker Manager retrieves health status and logs from the VisionFlow container for debugging. Query container state and logs through Claude to diagnose build, startup, or runtime failures.

Does Docker Manager support development and deployment workflows?

Yes. Docker Manager handles development, debugging, testing, and deployment workflows within agentic-workstation. Build, start, stop, and inspect VisionFlow across the full development lifecycle.

What container operations does Docker Manager automate?

Docker Manager automates build with no-cache flag, container up and down, restart, status retrieval, log streaming, and in-container command execution against the VisionFlow runtime.