Update 'README.md'

This commit is contained in:
Shiny Nematoda
2022-08-03 12:50:54 +02:00
parent 636f78b917
commit d91386da61
+35
View File
@@ -1,2 +1,37 @@
# Docker
## Step 1 - Setup
Make sure the following dependencies are met:
- `git`
- `curl`
- `jq`
## Step 2 - Configure
Clone the repo
```sh
$ git clone https://codeberg.org/Hyperpipe/Docker
```
Make the setup script executable
```sh
$ chmod u+x gen.sh
```
Run the setup script
```sh
$ ./gen.sh
```
## Step 3 - Docker
Build
```sh
$ docker-compose build
```
Start the container
```sh
$ docker-compose up
```