Manage Your Docker Environment With Portainer

Portainer is a simple and open-source web application for managing Docker containers. It lets users easily deploy and manage Docker-based applications through a web interface, without needing to use the command-line tools. It supports various Docker environments and provides role-based access control, making it suitable for both individuals and organizations. Portainer is also highly extensible, allowing users to add more functionalities and integrate with other tools and platforms. Deployment Install Portainer Community Edition (CE) First, create the volume that Portainer Server will use to store its database:...

February 16, 2023 · 3 min · 437 words · Angel

Get Started with Docker

Docker and Docker Compose are powerful tools that allow you to run and manage applications in containers, making it easy to set up and run applications on any machine, whether it be a laptop, desktop or server. Here’s a quick overview from Fireship.io. Overview Docker is a platform that enables developers to create, deploy, and run applications in containers. Containers are lightweight, portable, and self-contained units of software that can run virtually anywhere....

February 9, 2023 · 5 min · 1055 words · Angel