Back to projects
Open Source ยท

Docker Agent

A lightweight Go HTTP API for managing Docker containers via the Docker Engine API. Clean REST interface with API key auth and structured JSON responses.

View on GitHub Go Docker REST API

API Overview

# List all containers
curl -H "X-API-Key: your-key" http://localhost:8080/containers

# Start a container
curl -X POST -H "X-API-Key: your-key" http://localhost:8080/containers/my-app/start

# Get container logs
curl -H "X-API-Key: your-key" http://localhost:8080/containers/my-app/logs

Built with the Fiber web framework for high performance and low memory footprint.

Want something like this built?

I'm available for freelance and contract work. Let's discuss your project.

Start a conversation