An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![tests](https://github.com/julienloizelet/ddev-portainer/actions/workflows/tests.yml/badge.svg)](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:

![create user](images/create-user.jpg)

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)**