This repository contains a Bash script for the automated installation, update, and removal of Portainer – a lightweight management UI for Docker.
The Portainer Setup Script simplifies the process of managing Portainer by offering:
- Installation for first-time setups.
- Updates to the latest version.
- Removal if you no longer need Portainer.
The script performs necessary checks and provides interactive prompts to guide you through each step.
You can run the setup script directly without cloning the repository using either curl or wget.
bash <(curl -fsSL https://raw.githubusercontent.com/AryaPaw/portainer-setup-script/master/portainer-setup.sh)bash <(wget -qO- https://raw.githubusercontent.com/AryaPaw/portainer-setup-script/master/portainer-setup.sh)Alternatively, if you prefer cloning the repository, follow these steps:
-
Clone the Repository
git clone https://github.com/AryaPaw/portainer-setup-script.git cd portainer-setup-script -
Make the Script Executable
chmod +x portainer-setup.sh
-
Run the Script
./portainer-setup.sh
If you have any questions, suggestions, or issues, please open an issue or submit a pull request. Your contributions help improve the project!
This project is licensed under the MIT License.