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

https://github.com/fwesleycosta/portainer

The Portainer service provides a simple and efficient management interface for Docker and Kubernetes environments.
https://github.com/fwesleycosta/portainer

docker docker-compose portainer

Last synced: about 1 year ago
JSON representation

The Portainer service provides a simple and efficient management interface for Docker and Kubernetes environments.

Awesome Lists containing this project

README

          

## Portainer

![Maintance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)
![Docker](https://img.shields.io/badge/Docker-20.10.7-blue)
![Portainer](https://img.shields.io/badge/Portainer-2.6.3-blue)
![License](https://img.shields.io/badge/License-MIT-blue)

### Portainer Documentation

- [Portainer Documentation](https://documentation.portainer.io/)

### Portainer Description

#### _The Portainer service provides a simple and efficient management interface for Docker and Kubernetes environments. It allows users to deploy, monitor, and manage containers, images, volumes, and networks through an easy-to-use web-based dashboard. With Portainer, DevOps teams can streamline the management of containerized applications, enforce access controls, and monitor resource usage, all while reducing the complexity typically associated with container orchestration platforms._

### Requirements

- [Docker](https://docs.docker.com/get-docker/)
- [Docker Compose](https://docs.docker.com/compose/install/)
- [Portainer Image](https://hub.docker.com/r/portainer/portainer-ce)

### Portainer Installation

```bash
docker-compose up -d
```
***

### Portainer Example

![Portainer](https://eduardohitek.dev/images/portainer/3.png)