Back to Marketplace

Docker CLI

RAPR CLI connectorCloud, DevOps & Infrastructure

Container management, images, compose, and volumes via Docker CLI — build, run, and manage containers.

By RAPR AIv1.0.0Package license: MITFree & Open Source

Docker CLI package details

dockercontainersdevopscomposeimages

RAPR CLI connector scope

This is RAPR-authored connector guidance for a command-line tool the user installs locally. The upstream CLI remains governed by its own license and terms. This package contains RAPR-authored CLI usage guidance, install commands, and agent instructions. It does not bundle the upstream CLI binary. Users can also go directly to the public upstream source linked on this page.

How to get started

Install RAPR AI

Download and install RAPR AI on your computer

Find in Marketplace

Open RAPR AI, go to Packages, and browse the marketplace

Install from Marketplace

Click Install. RAPR sets up the wrapper package, connector guidance, or skill instructions for this listing.

Authenticate

Login to Docker Hub or your private registry to push/pull images.

Post-install: authenticate to start using
docker loginLearn more about authentication →

Docker CLI

Build, run, and manage containers directly from chat — including Docker Compose for multi-service stacks.

What you can do

  • Containers: Run, stop, restart, exec into, and inspect containers
  • Images: Build, pull, push, tag, and manage images
  • Compose: Start/stop multi-service stacks with docker compose
  • Volumes: Create and manage persistent data volumes
  • Networks: Configure container networking

Prerequisites

# Install Docker Desktop (includes CLI)
# https://docs.docker.com/get-docker/

# Verify installation
docker --version
docker compose version

Example Commands

  • "Run docker compose up for the dev environment"
  • "Build the Dockerfile and tag it as myapp:latest"
  • "Show running containers and their resource usage"
  • "Exec into the postgres container"

Ready to try Docker CLI?

Download RAPR AI and connect Docker CLI in seconds.