Войти
  • 9068Просмотров
  • 11 месяцев назадОпубликованоNetworkwithChris

Install and Setup Docker and Portainer Step-by-Step on Proxmox

In this video, I’ll walk you through the step-by-step process of installing Portainer Server on Ubuntu. Portainer is a powerful, user-friendly tool that simplifies managing Docker containers, images, networks, and volumes through an intuitive web interface. By the end of this guide, you’ll have a fully functional Portainer setup, ready to streamline your Docker environment management. Commands used in this video: sudo apt update sudo apt install -y systemctl status docker docker volume create portainer_volume docker run -d -p 9443:9443 -p 8000:8000 --name portainer --restart=always -v /var/run/ :/var/run/ -v portainer_data:/data portainer/portainer-ce latest 0:00 Intro 0:29 Update Repository 0:39 Docker Install 1:23 Portainer Install 1:57 Accessing Portainer 2:45 Outro #networkwithchris #networkwithchrisyt #portainer #docker #ubuntu #linuxtutorials #serversetup #proxmox #techtutorial #homelab #systemadministration #technology