From 8fca973be435821c8f6aecfcbbdc27f31962489f Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Fri, 10 Jul 2020 23:31:09 +0300 Subject: [PATCH] Updated info about tags --- Docker.md | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/Docker.md b/Docker.md index 91e3bb3..1a0d5d1 100644 --- a/Docker.md +++ b/Docker.md @@ -79,37 +79,14 @@ Now you can open the browser and navigate to http://127.0.0.1:3000/ to control y ## Running dev builds -If you want to be on the bleeding edge, you might want to run the image from the `edge` tag. It is automatically synced with the repository `master` branch. +If you want to be on the bleeding edge, you might want to run the image from the `edge` or `beta` tags. -In order to use it, simply replace `adguard/adguardhome` with `adguard/adguardhome:edge` in every command from the quick start. +In order to use it, simply replace `adguard/adguardhome` with `adguard/adguardhome:edge` or `adguard/adguardhome:beta` in every command from the quick start. ```bash docker pull adguard/adguardhome:edge ``` -## Supported tags / architectures - -`adguard/adguardhome` image is built for different architectures and supports the following tags: - -* `latest` - latest **stable** build from the last tagged release. -* `edge` - latest build from the repository **master** branch, may be unstable. -* `$version` - specific release e.g. `v0.92`. - -### Tags for different architectures - -* **ARM64** - 64bit ARM build - * `arm64-latest` - * `arm64-edge` -* **ARMHF** - 32bit ARM build - * `armhf-latest` - * `armhf-edge` -* **i386** - x86 build - * `i386-latest` - * `i386-edge` -* **AMD64** - x86_64 build **default** - * `latest` - * `edge` - ## Additional configuration Upon the first execution, a file named `AdGuardHome.yaml` will be created, with default values written in it. You can modify the file while your AdGuard Home container is not running. Otherwise, any changes to the file will be lost because the running program will overwrite them.