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:

  1. Download the script

    curl -O -L https://raw.githubusercontent.com/Pandora-IsoMemo/docs/refs/heads/main/scripts/all-in-one-app.sh
  2. Make the script executable:

    chmod +x all-in-one-app.sh
  3. Run the script

    ./all-in-one-app.sh`

    Use sudo if your user isn’t in the Docker group.

Warning:
  • The script was tested on Linux
  • It should run on MacOS
  • Currently, there is no working solution for Windows