This script is an auto-installation of Docker and Portainer on Red Hat based operating systems like CentOS, Rocky Linux, and Alma Linux.
Use curl to download the installation script:
curl -L https://raw.githubusercontent.com/cfunkz/RHEL-Docker-Portainer-AutoINSTALL/main/docker-portainer.sh -o docker-portainer.shAfter downloading the script, make it runnable:
chmod +x docker-portainer.shRun the script:
./docker-portainer.shComplete Portainer setup via:
http://<Your_Server_IP>:9000