FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Portainer Has a Free API — Docker and Kubernetes Management UI
How-ToDevOps

Portainer Has a Free API — Docker and Kubernetes Management UI

via Dev.to DevOpsAlex Spinov2h ago

Portainer is a container management platform with a beautiful UI. Manage Docker, Docker Swarm, Kubernetes, and Nomad from a single dashboard. What Is Portainer? Portainer makes container management accessible to everyone. No need to memorize Docker commands — use the web UI or REST API. Free (Community Edition): Unlimited local environments Docker and Kubernetes support Stack management Container logs and console Image management Quick Start docker run -d -p 9443:9443 --name portainer \ -v /var/run/docker.sock:/var/run/docker.sock \ -v portainer_data:/data \ portainer/portainer-ce:latest UI: https://localhost:9443 REST API # Auth TOKEN = $( curl -s -X POST https://localhost:9443/api/auth \ -d '{"username":"admin","password":"yourpassword"}' | jq -r .jwt ) # List containers curl -s https://localhost:9443/api/endpoints/1/docker/containers/json \ -H "Authorization: Bearer $TOKEN " | jq ".[].Names" # Start container curl -X POST https://localhost:9443/api/endpoints/1/docker/containers/CONT

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
2 views

Related Articles

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)
How-To

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)

Medium Programming • 2h ago

I Missed This Claude Setting at First. And It Actually Matters
How-To

I Missed This Claude Setting at First. And It Actually Matters

Medium Programming • 4h ago

Instacart Promo Code: Save on Groceries in March 2026
How-To

Instacart Promo Code: Save on Groceries in March 2026

Wired • 6h ago

How a Switch Actually “Learns”: Demystifying MAC Addresses and the CAM Table
How-To

How a Switch Actually “Learns”: Demystifying MAC Addresses and the CAM Table

Medium Programming • 6h ago

This is the lowest price on a 64GB RAM kit I've seen in months
How-To

This is the lowest price on a 64GB RAM kit I've seen in months

ZDNet • 13h ago

Discover More Articles