MerchantryTidbits

deploy-infra / cli

portainer

Capability: portainer

Use it when

  • UI to manage Docker and Swarm on a VPS
  • self-host container management dashboard

What it solves

Not the fit when

  • replaces IaC reviews

Install

docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer-ce

Invoke

GUI for Docker stacks when CLI deploy confuses non-dev operators.

Alternatives

No reviewed alternatives recorded yet.