in This Tutorial you will Learn "How To Deploy Run Portainer CE On Docker | Rocky Linux 8.5"
Portainer is a popular Docker UI that helps you visualise your containers, images, volumes and networks.
Docker is a software platform that allows you to build, test, and deploy applications quickly.
_________________________________________________________________________________________
Server - Os: Rocky Linux 8.5 64Bit | IP -192.168.1.20 | Hostname - www.primaryhost.com
_________________________________________________________________________________________
cat /etc/system-release ; sestatus ; dnf groupinstall "Development Tools" -y ; docker-compose --version ; docker --version
docker volume create portainer_data
docker run -d \
-p 8000:8000 -p 9443:9443 \
--name portainer \
--restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v portainer_data:/data \
cr.portainer.io/portainer/portainer-ce:2.11.0
docker ps
https://localhost:9443 admin/ZSPUPvQs9c7Hs23
_________________________________________________________________________________________
Monday, February 28, 2022
Deploy Run Portainer CE On Docker | Rocky Linux 8.5
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment