mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Docker 17.05 docs (#3092)
* Add Netlify build script * Pull 'edge' stuff from master for now * Add env-regex logging opt (#2688) * Update Dockerfile to pull from 17.05 branch * Update YAML files from 17.05.x branch * Add scaffolding for 17.05 content * Document highlights for 17.05 * Add v1.29 API * Document multi-stage builds
This commit is contained in:
committed by
John Mulhausen
parent
6456b4a54f
commit
9c648cf079
35
engine/api/v1.29/index.html
Normal file
35
engine/api/v1.29/index.html
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
layout: null
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Docker Engine API v1.29 Reference</title>
|
||||
<!-- needed for adaptive design -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Reference for the API served by Docker Engine.">
|
||||
<meta charset="utf-8"/>
|
||||
<!--
|
||||
ReDoc doesn't change outer page styles
|
||||
-->
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
api-logo {
|
||||
background-image: linear-gradient(0deg, #15A4D7 0%, #1488C6 100%);
|
||||
height: 100px;
|
||||
text-align: left !important;
|
||||
}
|
||||
api-logo img {
|
||||
width: 136px !important;
|
||||
margin: 32px 0 0 50px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<redoc spec-url="swagger.yaml" hide-hostname="true" suppress-warnings="true" lazy-rendering></redoc>
|
||||
<script src="redoc.1.11.0.min.js"> </script>
|
||||
</body>
|
||||
</html>
|
||||
44
engine/api/v1.29/redoc.1.11.0.min.js
vendored
Executable file
44
engine/api/v1.29/redoc.1.11.0.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user