Files
Docker/README.md
T
Shiny Nematoda f937cb515c Better wording
Signed-off-by: Shiny Nematoda <snematoda@noreply.codeberg.org>
2022-08-06 16:56:50 +02:00

799 B

Docker

Hosting

Step 1 - Setup

Make sure the following dependencies are met:

  • git
  • curl
  • jq

Step 2 - Configure

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

Step 3 - Docker

Run the following commands as root

Build

$ docker-compose build

Start the container

$ docker-compose up

Updating

Run the update script

$ ./update.sh

Cleaning

WARNING: The following command will remove ALL existing docker images that are not currently running

Run the following commands as root

# docker system prune -a
# docker volume prune 
# docker network prune
# docker image prune