Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 482 Bytes

File metadata and controls

16 lines (13 loc) · 482 Bytes

Portainer Agent

Lightweight Docker/Kubernetes API proxy that enables Portainer to manage remote environments securely.

Build Commands

make agent              # Build agent binary
make credential-helper  # Build credential helper
make healthy            # Build health check binary
make build-image        # Build Docker image

# Development
make dev                # Run in development mode
make test               # Run tests
make lint               # Lint code