redirect_build.html 330 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Moved</title>
  5. <meta http-equiv="refresh" content="0; url=http://docs.docker.io/en/latest/use/builder/">
  6. </head>
  7. <body>
  8. This page has moved. Perhaps you should visit the <a href="http://docs.docker.io/en/latest/use/builder/" title="builder page">Builder page</a>
  9. </body>
  10. </html>