VOOZH about

URL: https://thenewstack.io/an-introduction-to-portainer-a-gui-for-docker-management/

⇱ Portainer, a GUI for Docker Management - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2022-06-05 03:00:07
Portainer, a GUI for Docker Management
tutorial,
Cloud Native Ecosystem / Containers

Portainer, a GUI for Docker Management

You will be hard-pressed to find a more feature-rich and easy-to-use container management GUI than Portainer.
Jun 5th, 2022 3:00am by Jack Wallen
👁 Featued image for: Portainer, a GUI for Docker Management

When most developers and admins think about deploying, managing, and working with Docker containers, the first thing they consider is the command line. After all, Docker was originally created as a command-line tool and there’s nothing you cannot do with Docker from the CLI (Command Line Interface). The Docker CLI is fast, flexible, and available on any machine that supports the Docker runtime engine. And given how many work with containers from third-party cloud hosts that don’t generally provide GUI tools for container environments, it makes perfect sense to manage your deployments from the command line.

But not every admin, developer, and user prefers the command line. Sure, when first learning the ins and outs of Docker, you should certainly start with the command line. After all, there is no better way to educate yourself on how containers are deployed and managed than with the CLI. Even still, when you are incredibly busy, the command line tools can get a bit unwieldy. On top of this, some advanced Docker features can get a bit cumbersome when used from the command line.

That’s why several companies have produced various types of GUI tools to help with the management of containers. These tools range from the overly simple to the incredibly complex, to the feature-rich to the feature-lacking (and everything in-between).

For example, you might have come across the official Docker Desktop client. Although this is a good tool for managing currently deployed containers, it doesn’t actually give you the option of building new container deployments within the GUI. In other words, you must deploy your containers from the command line, and then you can manage them from within the Docker Desktop GUI. Although this desktop client is a solid entry, it’s not exactly a one-stop-shop kind of tool that allows you to manage every single aspect of your Docker containers.

That’s where a tool like Portainer comes in handy.

I’ve already covered many aspects of Portainer in a series of tutorials here on TNS, including the deployment of Portainer, deploying full-stack applications with Portainer, managing secrets with Portainer, creating and using volumes in Portainer, and managing Docker Swarm with Portainer, even manage Kubernetes with Portainer. Of course, there will be more to come.

What Is Portainer?

Portainer is a universal container management tool that can work with both Docker and Kubernetes to make the deployment and management of containerized applications and services easier and more efficient. Portainer enjoys over 650,000 users and 21,700 GitHub stars, so it’s widely used and popular.

Over the past year, Portainer has become my go-to tool for managing container deployments. One of the main reasons for that is that Portainer actually makes working with containers understandable. For me, that makes it an obvious management platform for admins and developers of all skill levels.

You will be hard-pressed to find a more feature-rich and easy-to-use container management GUI than Portainer.

With Portainer you can:

  • Reduce the complexity of single and multicluster container deployments.
  • Work with a user-friendly UI.
  • Codify best practices with the help of templates and default configurations.
  • Work more consistently and reliably.
  • Apply centralized access management and permissions.

Portainer makes it considerably easier to:

  • Deploy and manage containers.
  • Deploy and manage full-stack applications.
  • Create and manage networks.
  • Create and manage volumes.
  • Create and manage templates.
  • Create and manage services.
  • Create and manage secrets.
  • Create and manage environment variables.
  • Create and manage configs (for non-sensitive information).
  • Pull and manage images from various repositories.
  • Manage users.
  • Create and manage environments.

As you can see, there isn’t much you can’t do with Portainer.

The Portainer Workflow

One of my favorite aspects of Portainer is how it simplifies the container deployment and management workflow. For example, I can pull down an image, create a network, add a volume, create and save secrets, and then build and deploy either a container or a full-stack application that takes advantage of everything I’ve already created (Figure 1).

👁 Create Volume GUI

Figure 1: Building a new container deployment that takes advantage of elements I’ve already created, such as a volume.

And many of those items can be easily reused for other deployments. Instead of having to build a complex manifest to include every aspect of the deployment, I can work with a GUI to select elements, add environment variables, and even configure various options such as restart policies, labels, working directories, users and so much more.

Portainer also makes it very easy to manage access to container elements. You can either give full access to all users or restrict access to specific users or groups on the system. With this feature, you could create specific groups on a per-task or department basis and then create various elements to be accessed only by those groups. And with the Portainer Business Edition, you get access to RBAC as well. As well, you can create various Environments (Figure 2) and then assign specific users to each.

👁 Manage your environment.

Figure 2: Different types of environments have been added to Portainer.

For example, you might create a simple local environment to be used by developers and then give only developers access to it. You could also create a Kubernetes environment and assign specific admins to that. Or, you could create an environment that is attached to Microsoft Azure and assign that to a set group of trusted admins/developers.

Conclusion

You will be hard-pressed to find a more feature-rich and easy-to-use container management GUI than Portainer. This free tool makes it possible for anyone to get up to speed with container deployments faster and with fewer headaches than any other tool, in my opinion. Whether you’re just starting with containers, or you’re an old hat, Portainer should be the first (and last) web-based GUI you consider.

TRENDING STORIES
Jack Wallen is what happens when a Gen Xer mind-melds with present-day snark. Jack is a seeker of truth and a writer of words with a quantum mechanical pencil and a disjointed beat of sound and soul. Although he resides...
Read more from Jack Wallen
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Docker.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.