0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-04-14 23:28:34 +00:00

Update docker install doc

This commit is contained in:
CrazyMax 2020-10-11 15:58:06 +02:00
parent 0f6ca76053
commit e4f8ee2eed
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 13 additions and 6 deletions

View file

@ -1,4 +1,6 @@
# Installation with Docker
# Installation from Docker image
## About
Diun provides automatically updated Docker :whale: images within [Docker Hub](https://hub.docker.com/r/crazymax/diun).
It is possible to always use the latest stable tag or to use another service that handles updating Docker images.
@ -19,10 +21,6 @@ Image: crazymax/diun:latest
- linux/s390x
```
This reference setup guides users through the setup based on `docker-compose`, but the installation of `docker-compose`
is out of scope of this documentation. To install `docker-compose` itself, follow the official
[install instructions](https://docs.docker.com/compose/install/).
## Volumes
| Path | Description |
@ -31,6 +29,15 @@ is out of scope of this documentation. To install `docker-compose` itself, follo
## Usage
!!! note
This reference setup guides users through the setup based on `docker-compose` and the
[Docker provider](../providers/docker.md), but the installation of `docker-compose` is out of scope of this
documentation. To install `docker-compose` itself, follow the official
[install instructions](https://docs.docker.com/compose/install/).
You can also use the [Swarm](../providers/swarm.md) or [Kubernetes](../providers/kubernetes.md) providers
if you don't want to use `docker-compose`.
```yaml
version: "3.5"

View file

@ -75,7 +75,7 @@ google_analytics:
nav:
- Home: index.md
- Installation:
- With Docker: install/docker.md
- From Docker image: install/docker.md
- From binary: install/binary.md
- Linux service: install/linux-service.md
- Usage: