mirror of
https://codeberg.org/Hyperpipe/Docker
synced 2024-12-06 19:16:44 +01:00
048155dab068b106d8fe3a9cd43a8dfb2c190198
Reviewed-on: https://codeberg.org/Hyperpipe/Docker/pulls/1
Docker
Step 1 - Setup
Make sure the following dependencies are met:
gitcurljq
Step 2 - Configure
Clone the repo
$ git clone https://codeberg.org/Hyperpipe/Docker
Make the setup script executable
$ chmod u+x gen.sh
Run the setup script
$ ./gen.sh
Step 3 - Docker
Build
$ docker-compose build
Start the container
$ docker-compose up
Step 4 - update
Just run the update script
./update.sh
Step 5 -- clean
You can use this to clean old files but be aware that all docker images that are down will get removed too so if you self host other stuff than hyperpipe, make sure to run all images (incl databases) then run the command down
sudo docker system prune -a; sudo docker volume prune ; sudo docker network prune; sudo docker image prune
Description
Languages
Shell
100%