15 lines
515 B
HTML
15 lines
515 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="1; url=https://docs.docker.com" />
|
|
<title>Docker Documentation</title>
|
|
</head>
|
|
<body>
|
|
<p>We have moved away from the <strong>docker.github.io</strong> domain. If you're not automatically redirected, please visit us at <a href="https://docs.docker.com">docs.docker.com</a>.</p>
|
|
|
|
<script>
|
|
window.location.assign("https://docs.docker.com" + window.location.pathname);
|
|
</script>
|
|
</body>
|
|
</html> |