mirror of
https://github.com/crazy-max/diun.git
synced 2025-04-28 20:52:25 +00:00
Update docs
This commit is contained in:
parent
f25710c0b1
commit
c477730451
4 changed files with 0 additions and 7 deletions
docs
|
@ -138,7 +138,6 @@ In the example below, Diun is running (`diun_x.x.x_windows_i386.zip`) on Windows
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: crazymax/cloudflared:2020.2.1
|
- name: crazymax/cloudflared:2020.2.1
|
||||||
watch_repo: true
|
|
||||||
```
|
```
|
||||||
|
|
||||||
But this platform is not supported by this image as you can see [on DockerHub](https://hub.docker.com/layers/crazymax/cloudflared/2020.2.1/images/sha256-137eea4e84ec4c6cb5ceb2017b9788dcd7b04f135d756e1f37e3e6673c0dd9d2?context=explore):
|
But this platform is not supported by this image as you can see [on DockerHub](https://hub.docker.com/layers/crazymax/cloudflared/2020.2.1/images/sha256-137eea4e84ec4c6cb5ceb2017b9788dcd7b04f135d756e1f37e3e6673c0dd9d2?context=explore):
|
||||||
|
@ -150,7 +149,6 @@ You have to force the platform for this image if you are not on a supported plat
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: crazymax/cloudflared:2020.2.1
|
- name: crazymax/cloudflared:2020.2.1
|
||||||
watch_repo: true
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
|
@ -63,7 +63,6 @@ services:
|
||||||
- "DIUN_PROVIDERS_DOCKER=true"
|
- "DIUN_PROVIDERS_DOCKER=true"
|
||||||
labels:
|
labels:
|
||||||
- "diun.enable=true"
|
- "diun.enable=true"
|
||||||
- "diun.watch_repo=true"
|
|
||||||
restart: always
|
restart: always
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -87,7 +86,6 @@ docker run -d --name diun \
|
||||||
-v "$(pwd)/data:/data" \
|
-v "$(pwd)/data:/data" \
|
||||||
-v "/var/run/docker.sock:/var/run/docker.sock" \
|
-v "/var/run/docker.sock:/var/run/docker.sock" \
|
||||||
-l "diun.enable=true" \
|
-l "diun.enable=true" \
|
||||||
-l "diun.watch_repo=true" \
|
|
||||||
crazymax/diun:latest
|
crazymax/diun:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -158,7 +156,6 @@ services:
|
||||||
- "DIUN_PROVIDERS_DOCKER=true"
|
- "DIUN_PROVIDERS_DOCKER=true"
|
||||||
labels:
|
labels:
|
||||||
- "diun.enable=true"
|
- "diun.enable=true"
|
||||||
- "diun.watch_repo=true"
|
|
||||||
restart: always
|
restart: always
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,6 @@ spec:
|
||||||
app: diun
|
app: diun
|
||||||
annotations:
|
annotations:
|
||||||
diun.enable: "true"
|
diun.enable: "true"
|
||||||
diun.watch_repo: "true"
|
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: diun
|
serviceAccountName: diun
|
||||||
containers:
|
containers:
|
||||||
|
|
|
@ -56,7 +56,6 @@ services:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
labels:
|
labels:
|
||||||
- "diun.enable=true"
|
- "diun.enable=true"
|
||||||
- "diun.watch_repo=true"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
As an example we use [nginx](https://hub.docker.com/_/nginx/) Docker image. A few [labels](#docker-labels) are added
|
As an example we use [nginx](https://hub.docker.com/_/nginx/) Docker image. A few [labels](#docker-labels) are added
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue