Signed-off-by: Shiny Nematoda <snematoda@noreply.codeberg.org>
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
Build
$ docker-compose build
Start the container
$ docker-compose up
Run the update script
$ ./update.sh
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