Skip to content

Techeons

Imagine | Explore | Innovate

Menu
  • Home
Menu

How to setup Portainer on Ubuntu

Posted on September 6, 2024

Portainer is a lightweight, open-source management platform for Docker environments. It provides a user-friendly web interface to manage and monitor Docker containers, images, volumes, and networks.

Key Features:

  • Easy Container Management: Start, stop, restart, and delete containers with a few clicks.
  • Real-time Monitoring: View container logs, performance metrics, and resource usage.
  • Image Management: Pull, push, and manage Docker images.
  • Volume and Network Management: Create, edit, and delete volumes and networks.
  • Multi-Environment Support: Manage multiple Docker environments from a single interface.
  • Role-Based Access Control: Control user access and permissions.

Benefits:

  • Simplifies Docker management for developers and sysadmins.
  • Improves productivity with a intuitive web interface.
  • Enhances visibility into Docker environments.
  • Supports multi-cloud and on-premises deployments.

Installation

1) Setup Docker and Docker Compose

Check this article for this step

2) Run this command:

sudo docker volume create portainer_data
sudo docker run -d -p 8150:8000 -p 9150:9000 --name=portainer -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce

It should be available at http://<your-ip-address>:9150

Useful links:

  • https://portainer.io/
  • https://documentation.portainer.io/v2.0/deploy/ceinstalldocker/
Share on Social Media
x facebook pinterest linkedin tumblr reddit emailwhatsapptelegrammastodon

Leave a Reply Cancel reply

You must be logged in to post a comment.

Recent Posts

  • Nginx: How to increase timeout for Nginx
  • Cheat Sheet: Essential Git Commands
  • Setting a default shell in Linux
  • Setting up Composer on Linux
  • Switch easily between Python versions on a Mac using pyenv

Tags

ai alerting aws b2 backblaze certificate cheatsheet cloud commands data-science datalake devops dns docker dremio git gitlab infra jenkins kubernetes linux metabase minikube minio monitoring mount mysql nginx nodejs notebooks openssh php python scala secrets spark ssh ssl ubuntu ufw usb web dev tools windows xampp zeppelin

©2026 Techeons | Design: Newspaperly WordPress Theme