Make sure the following dependencies are met:
git
curl
jq
Clone the repo
git clone https://codeberg.org/Hyperpipe/Docker cd Docker
Make the setup script executable
chmod u+x gen.sh
Run the setup script
./gen.sh
Run the following commands as root
Start the container
docker-compose up
WARNING: The following command will remove ALL existing docker images that are not currently running
# docker system prune -a # docker volume prune # docker network prune # docker image prune