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
activepieces
UncategorizedWorkflow automation with 200+ integrations (open-source Zapier alternative)
linkwarden
UncategorizedCollaborative bookmark manager with full-text search and AI tagging
matomo
UncategorizedPrivacy-focused web analytics platform (formerly Piwik, Google Analytics alternative)