Skip to content

AryaPaw/portainer-setup-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Portainer Setup Script

License: MIT

This repository contains a Bash script for the automated installation, update, and removal of Portainer – a lightweight management UI for Docker.

Table of Contents

Overview

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.

Installation & Usage

You can run the setup script directly without cloning the repository using either curl or wget.

Direct Execution with curl

bash <(curl -fsSL https://raw.githubusercontent.com/AryaPaw/portainer-setup-script/master/portainer-setup.sh)

Direct Execution with wget

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:

  1. Clone the Repository

    git clone https://github.com/AryaPaw/portainer-setup-script.git cd portainer-setup-script
  2. Make the Script Executable

    chmod +x portainer-setup.sh
  3. Run the Script

    ./portainer-setup.sh

Support & Contributions

If you have any questions, suggestions, or issues, please open an issue or submit a pull request. Your contributions help improve the project!

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages