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.
- Host: GitHub
- URL: https://github.com/fwesleycosta/portainer
- Owner: FWesleycosta
- License: mit
- Created: 2022-01-24T11:43:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T22:46:27.000Z (over 1 year ago)
- Last Synced: 2025-01-16T22:33:31.015Z (about 1 year ago)
- Topics: docker, docker-compose, portainer
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Portainer




### 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
