Merge pull request #465 from docker/login_redirect

Change docker login azure redirect to docker ACI integration documentation
This commit is contained in:
Chris Crone 2020-08-12 11:09:03 +02:00 коммит произвёл GitHub
Родитель d54fd53930 6472ffa346
Коммит 52cd3d97c0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -44,12 +44,12 @@ const successHTML = `
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="10;url=https://docs.microsoft.com/cli/azure/">
<meta http-equiv="refresh" content="10;url=https://docs.docker.com/engine/context/aci-integration/">
<title>Login successfully</title>
</head>
<body>
<h4>You have logged into Microsoft Azure!</h4>
<p>You can close this window, or we will redirect you to the <a href="https://docs.microsoft.com/cli/azure/">Azure CLI documents</a> in 10 seconds.</p>
<p>You can close this window, or we will redirect you to the <a href="https://docs.docker.com/engine/context/aci-integration/">Docker ACI integration documentation</a> in 10 seconds.</p>
</body>
</html>
`