call the Docker self-hosting compose project 'zrok-instance'

This commit is contained in:
Kenneth Bingham 2024-04-26 15:14:45 -04:00
parent a770cbc882
commit f466d2dd5c
No known key found for this signature in database
GPG Key ID: 31709281860130B6
13 changed files with 4 additions and 4 deletions

View File

@ -20,16 +20,16 @@ Create a working directory on your Docker host and save these Docker Compose pro
wget https://get.openziti.io/dock/all-in-one/compose.yml
```
1. Get the zrok quickstart ZIP file.
1. Get the zrok repo ZIP file.
```bash
wget https://github.com/openziti/zrok/archive/refs/heads/main.zip
```
1. Unzip the zrok quickstart in the project directory.
1. Unzip the zrok-instance files into the project directory.
```bash
unzip -j -d . main.zip '*/docker/compose/quickstart/*'
unzip -j -d . main.zip '*/docker/compose/zrok-instance/*'
```
### Configure the Docker Compose Project Environment

View File

@ -4,6 +4,6 @@ sidebar_label: Docker
sidebar_position: 45
---
import DockerInstance from '/../docker/compose/quickstart/README.md'
import DockerInstance from '/../docker/compose/zrok-instance/README.md'
<DockerInstance />