From e4f8ee2eedf32816e7ee3a984464d61d22d4e80a Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 11 Oct 2020 15:58:06 +0200 Subject: [PATCH] Update docker install doc --- docs/install/docker.md | 17 ++++++++++++----- mkdocs.yml | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index d96a5f75..eb822361 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -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" diff --git a/mkdocs.yml b/mkdocs.yml index 806a962b..695181b0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: