834 B
834 B
Portainer
Portainer is a lightweight, open-source tool that provides a graphical user interface (GUI) to simplify the management of containerized environments. It is designed to make working with containers more accessible, especially for those who may not be comfortable with the command-line interface (CLI).
How to start
- Create a
.envfile based on the.env.examplefile. - Set the
PORTAINER_DATAvariable in the.envfile. - Run
docker-compose up -dto start the application. - The application will be available at https://localhost:9443.
Setup
After starting the application, you can access the web interface and create a new admin user. You can then connect to your Docker environment and start managing your containers.