
ddev-portainer
Table of Contents
Introduction
Portainer is a toolset that allows you to easy manage containers in Docker.
This DDEV add-on allows you to use Portainer Community Edition (CE) in a separate portainer
service.
Installation
For DDEV v1.23.5 or above run
ddev add-on get julienloizelet/ddev-portainer && ddev restart
For earlier versions of DDEV run
ddev get julienloizelet/ddev-portainer && ddev restart
Basic usage
Once ddev has been restarted, you can access the Portainer GUI by running ddev portainer
.
If this is your first access, create your user:

Click the Getting started
link and start using the Portainer GUI.
For more information, please read the official documentation.
Contribute
Anyone is welcome to submit a PR to this repo.
Contributed and maintained by julienloizelet
Originally Contributed by @davidjguru in ddev-contrib