esc
Type to search the docs
Back to catalog

portainer

Draft

Container management platform with web UI

Uncategorized Repository

Run locally

Terminal
$ npx launchfile up portainer

Requires Docker Desktop. No source code needed — pulls pre-built images and starts portainer with all dependencies.

Image: portainer/portainer-ce:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
# NOTE: Portainer requires access to the Docker socket (/var/run/docker.sock).
# This is a host-level bind mount that cannot be expressed in a standard Launchfile.
# Providers must handle this as a special case or via platform-specific configuration.
version: launch/v1
name: portainer
description: "Container management platform with web UI"
repository: https://github.com/portainer/portainer
logo: https://raw.githubusercontent.com/portainer/portainer/develop/app/assets/images/logo_alt.svg

image: portainer/portainer-ce:latest
provides:
  - protocol: http
    port: 9000
    exposed: true
storage:
  data:
    path: /data
    persistent: true
restart: always

Learn More

Spec references for features used in this Launchfile.

Related Apps

© 2026 High Bridge Enterprises AB