From cb2946599afd2f6f8792b1812abcb97a36e33540 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 2 Nov 2019 14:24:04 +0100 Subject: [PATCH] Mention "username" and "password" for docker registry login --- src/sphinx/formats/docker.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/sphinx/formats/docker.rst b/src/sphinx/formats/docker.rst index ae79c3a1a..4974fc745 100644 --- a/src/sphinx/formats/docker.rst +++ b/src/sphinx/formats/docker.rst @@ -19,9 +19,10 @@ Requirements You need the version 1.10 or higher of the docker console client installed. SBT Native Packager doesn't use the REST API, but instead uses the CLI directly. -It is currently not possible to provide authentication for Docker repositories from within the build. -The ``docker`` binary used by the build should already have been configured with the appropriate -authentication details. See https://docs.docker.com/engine/reference/commandline/login/. +It is `currently not possible `_ to provide authentication +for Docker repositories from within the build. The ``docker`` binary used by the build should already have been configured +with the appropriate authentication details. See https://docs.docker.com/engine/reference/commandline/login/ how to login +to a Docker registry with username and password. Build