An open API service indexing awesome lists of open source software.

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.

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
```