Manage your containers with Portainer

Jannis Milz
2 min readJan 14, 2024

Non-members of medium can read here

Today we are going to take a look at Portainer!

❓ Quick intro to Portainer

First off all there’s one question. What’s Portainer?.

Portainer is a web-based management tool for all of your containers. You can deploy, configure, troubleshoot and secure containers. Doesn’t matter if your infrastructure is on Kubernetes, Docker, Swarm or Nomad in any cloud, data center or device.

A beautiful UI to have the overview about your running processes and containers. It has many integrations and is easy to setup. E.g. auto deploy on git repository push (GitHub, GitLab, etc.).

⚙️ Setup Portainer for Linux

We are going to setup Portainer on Linux. You already need to have some knowledge about Docker because it doesn’t get covered here.

First, create the volume that portainer server will use to store its database:

docker volume create portainer_data

--

--

Jannis Milz

An always-wanting-to-learn-more person. Developer advocate. Obsessed with self-improvement and efficiency.