https://github.com/cfunkz/rhel-docker-portainer-autoinstall
Auto-Installation of Docker and Portainer for Red Hat (RHEL9) OS.
https://github.com/cfunkz/rhel-docker-portainer-autoinstall
almalinux auto-install autoconfig autoconfiguration bash bash-script docker docker-portainer portainer redhat rhel rhel9 rockylinux shell
Last synced: about 2 months ago
JSON representation
Auto-Installation of Docker and Portainer for Red Hat (RHEL9) OS.
- Host: GitHub
- URL: https://github.com/cfunkz/rhel-docker-portainer-autoinstall
- Owner: cfunkz
- Created: 2024-12-01T13:12:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T18:56:49.000Z (5 months ago)
- Last Synced: 2025-01-30T09:41:49.034Z (4 months ago)
- Topics: almalinux, auto-install, autoconfig, autoconfiguration, bash, bash-script, docker, docker-portainer, portainer, redhat, rhel, rhel9, rockylinux, shell
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RHEL-Docker-Portainer-Auto
This script is an **auto-installation** of Docker and Portainer on Red Hat based operating systems like **CentOS**, **Rocky Linux**, and **Alma Linux**.
## WHAT DO
### 1. Download the Installation Script
Use `curl` to download the installation script:
```bash
curl -L https://raw.githubusercontent.com/cfunkz/RHEL-Docker-Portainer-AutoINSTALL/main/docker-portainer.sh -o docker-portainer.sh
```### 2. Make the Script Executable
After downloading the script, make it runnable:
```bash
chmod +x docker-portainer.sh
```### 3. Run the Script
Run the script:
```bash
./docker-portainer.sh
```### 4. Access Portainer
Complete Portainer setup via:
```
http://:9000
```