Scripts
Run all dockerized apps script based
The all-in-one-app.sh
is a command line tool for all Pandora-Isomemo docker applications.
Features:
- List available Pandora Docker images and running Pandora containers
- Pulls Pandora Docker images
- Starts Pandora Docker containers
- Stops running Pandora Docker containers
Requierments
The script requires the following software to be installed:
Usage
To use the script, follow these steps:
Download the script
curl -O -L https://raw.githubusercontent.com/Pandora-IsoMemo/docs/refs/heads/main/scripts/all-in-one-app.sh
Make the script executable:
chmod +x all-in-one-app.sh
Run the script
./all-in-one-app.sh`
Use
sudo
if your user isn’t in the Docker group.