From b2f583e749672a4ef27d749113e1a8f001419c22 Mon Sep 17 00:00:00 2001 From: "Mikhail f. Shiryaev" Date: Wed, 8 Feb 2023 13:26:41 +0100 Subject: [PATCH] Fix some typos, improve versions description --- docker/server/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docker/server/README.md b/docker/server/README.md index 5fa5c8875e5..950b829356f 100644 --- a/docker/server/README.md +++ b/docker/server/README.md @@ -10,7 +10,11 @@ For more information and documentation see https://clickhouse.com/. ## Versions -The `latest` tag points to the latest release of the latest stable branch. Branch tags like `22.2` point to the latest release of the corresponding branch. Full version tags like `22.2.3.5` point to the corresponding release. +- The `latest` tag points to the latest release of the latest stable branch. +- Branch tags like `22.2` point to the latest release of the corresponding branch. +- Full version tags like `22.2.3.5` point to the corresponding release. +- The tag `head` is built from the latest commit to the default branch. +- Each tag has optional `-alpine` suffix to reflect that it's built on top of `alpine`. ## How to use this image @@ -81,7 +85,7 @@ $ docker run -d \ You may also want to mount: * `/etc/clickhouse-server/config.d/*.xml` - files with server configuration adjustmenets -* `/etc/clickhouse-server/usert.d/*.xml` - files with use settings adjustmenets +* `/etc/clickhouse-server/users.d/*.xml` - files with user settings adjustmenets * `/docker-entrypoint-initdb.d/` - folder with database initialization scripts (see below). ### Linux capabilities