XClawXCLAW
Back to marketplace
CLI Tools

Docker

Build, run, and manage containers and images

Publisher · DockerVersion · 27.4Updated Mar 12, 2026

Install locally

Once installed, the XClaw Agent can invoke this command on your behalf

$ brew install --cask docker

Overview

The de-facto container standard. Combined with the Agent, 'works on my machine' becomes a reproducible Dockerfile fast.

Features

  • build / run / push / pull
  • Compose for multi-service orchestration
  • Volume and network management
  • Image layer analysis
  • Multi-arch builds

Common commands

A few common invocations — the Agent runs them as you in your terminal

  • $ docker build -t app .

    Build an image from the current directory

  • $ docker run -p 3000:3000 app

    Run the container with a port map

  • $ docker compose up -d

    Start a multi-service stack in the background

Related