mirror of
https://github.com/docker/compose.git
synced 2025-07-20 20:24:30 +02:00
Merge pull request #465 from docker/login_redirect
Change docker login azure redirect to docker ACI integration documentation
This commit is contained in:
commit
52cd3d97c0
@ -44,12 +44,12 @@ const successHTML = `
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<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>
|
<title>Login successfully</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h4>You have logged into Microsoft Azure!</h4>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user