https://github.com/julienloizelet/ddev-portainer
Portainer add-on for ddev
https://github.com/julienloizelet/ddev-portainer
ddev-get
Last synced: 3 months ago
JSON representation
Portainer add-on for ddev
- Host: GitHub
- URL: https://github.com/julienloizelet/ddev-portainer
- Owner: julienloizelet
- License: apache-2.0
- Created: 2023-02-08T01:16:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T04:10:10.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:44:54.727Z (about 1 year ago)
- Topics: ddev-get
- Language: Shell
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/julienloizelet/ddev-portainer/actions/workflows/tests.yml)
# ddev-portainer
**Table of Contents**
- [Introduction](#introduction)
- [Installation](#installation)
- [Basic usage](#basic-usage)
- [Contribute](#contribute)## Introduction
[Portainer](https://www.portainer.io/) is a toolset that allows you to easy manage containers in Docker.
This DDEV add-on allows you to use [Portainer Community Edition (CE)](https://docs.portainer.io/#about-portainer) in a separate `portainer` service.
## Installation
For DDEV v1.23.5 or above run
```sh
ddev add-on get julienloizelet/ddev-portainer && ddev restart
```For earlier versions of DDEV run
```sh
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](https://docs.portainer.io/user/home).
## Contribute
Anyone is welcome to submit a PR to this repo.
**Contributed and maintained by [julienloizelet](https://github.com/julienloizelet)**
**Originally Contributed by [@davidjguru](https://github.com/davidjguru) in [ddev-contrib](https://github.com/ddev/ddev-contrib/tree/master/docker-compose-services/portainer)**