Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Rice <dan@dnrce.com>2020-01-20 21:00:40 +0300
committerDan Rice <dan@dnrce.com>2020-01-20 21:01:18 +0300
commit85f2431e7d3f6ff4fe09594c798a8781c2114711 (patch)
tree996bd340bdde617103f94f7b0380a740f10ee33b /Installer
parent657b8ceda435f25a0e88c386e5231230f8d66757 (diff)
Fix indentation of Docker README lists (address Codacy complaint)
Diffstat (limited to 'Installer')
-rw-r--r--Installer/Docker/README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/Installer/Docker/README.md b/Installer/Docker/README.md
index 8d42e54e6..6060d101c 100644
--- a/Installer/Docker/README.md
+++ b/Installer/Docker/README.md
@@ -7,16 +7,16 @@ Duplicati is licensed under LGPL and available for Windows, OSX and Linux (.NET
## Available tags
-* `beta` - the most recent beta release
-* `experimental` - the most recent experimental release
-* `canary` - the most recent canary release
-* `latest` - an alias for `beta`
-* specific versions like `2.0.2.1_beta_2017-08-01`
+ * `beta` - the most recent beta release
+ * `experimental` - the most recent experimental release
+ * `canary` - the most recent canary release
+ * `latest` - an alias for `beta`
+ * specific versions like `2.0.2.1_beta_2017-08-01`
Images for the following OS/architecture combinations are available:
-* `linux-amd64`
-* `linux-arm32v7` - 32-bit ARMv7 devices like the Raspberry Pi 2
+ * `linux-amd64`
+ * `linux-arm32v7` - 32-bit ARMv7 devices like the Raspberry Pi 2
The default architecture is `linux-amd64`. To pull an image for another architecture, prepend the architecture string to the image tag, e.g. `linux-arm32v7-beta`.