mirror of https://github.com/docker/docs.git
Update API, install files, upstream resources script for 17.09
This commit is contained in:
parent
500f1816b1
commit
7dda3dc484
|
@ -606,14 +606,16 @@ reference:
|
|||
title: Get started
|
||||
- path: /engine/api/sdks/
|
||||
title: SDKs
|
||||
- path: /engine/api/v1.31/
|
||||
title: v1.31 Reference
|
||||
- path: /engine/api/v1.30/
|
||||
title: v1.30 Reference
|
||||
- path: /engine/api/v1.32/
|
||||
title: v1.32 Reference
|
||||
- sectiontitle: Previous API versions
|
||||
section:
|
||||
- path: /engine/api/version-history/
|
||||
title: Version history overview
|
||||
- path: /engine/api/v1.31/
|
||||
title: v1.31 Reference
|
||||
- path: /engine/api/v1.30/
|
||||
title: v1.30 Reference
|
||||
- path: /engine/api/v1.29/
|
||||
title: v1.29 Reference
|
||||
- path: /engine/api/v1.28/
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
# the Dockerfile. Uncomment them here to override for debugging
|
||||
|
||||
# Engine stable
|
||||
ENGINE_SVN_BRANCH="branches/17.06"
|
||||
ENGINE_BRANCH="17.06"
|
||||
ENGINE_EDGE_BRANCH="17.07"
|
||||
ENGINE_SVN_BRANCH="branches/17.09"
|
||||
ENGINE_BRANCH="17.09"
|
||||
ENGINE_EDGE_BRANCH="17.09"
|
||||
|
||||
# Distribution
|
||||
DISTRIBUTION_SVN_BRANCH="branches/release/2.6"
|
||||
|
@ -80,6 +80,7 @@ wget -O md_source/engine/api/v1.29/swagger.yaml https://raw.githubusercontent.co
|
|||
# New location for swagger.yaml for 17.06
|
||||
wget -O md_source/engine/api/v1.30/swagger.yaml https://raw.githubusercontent.com/docker/docker-ce/17.06/components/engine/api/swagger.yaml || (echo "Failed 1.30 swagger download or the 1.30 directory doesn't exist" && exit -1)
|
||||
wget -O md_source/engine/api/v1.31/swagger.yaml https://raw.githubusercontent.com/docker/docker-ce/17.07/components/engine/api/swagger.yaml || (echo "Failed 1.31 swagger download or the 1.31 directory doesn't exist" && exit -1)
|
||||
wget -O md_source/engine/api/v1.32/swagger.yaml https://raw.githubusercontent.com/docker/docker-ce/17.09/components/engine/api/swagger.yaml || (echo "Failed 1.32 swagger download or the 1.32 directory doesn't exist" && exit -1)
|
||||
|
||||
# Get dockerd.md for stable and edge, from upstream
|
||||
wget -O md_source/engine/reference/commandline/dockerd.md https://raw.githubusercontent.com/docker/docker-ce/"$ENGINE_BRANCH"/components/cli/docs/reference/commandline/dockerd.md || (echo "Failed to fetch stable dockerd.md" && exit -1)
|
||||
|
|
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
layout: null
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Docker Engine API v1.32 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>
|
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /engine/installation/binaries/
|
||||
---
|
||||
|
||||
{% assign minor-version = "17.06" %}
|
||||
{% assign minor-version = "17.09" %}
|
||||
|
||||
> **Note**: You may have been redirected to this page because there is no longer
|
||||
> a dynamically-linked Docker package for your Linux distribution.
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
title: Get Docker CE for CentOS
|
||||
---
|
||||
|
||||
{% assign minor-version = "17.06" %}
|
||||
{% assign minor-version = "17.09" %}
|
||||
|
||||
To get started with Docker CE on CentOS, make sure you
|
||||
[meet the prerequisites](#prerequisites), then
|
||||
|
|
|
@ -8,7 +8,7 @@ redirect_from:
|
|||
title: Get Docker CE for Debian
|
||||
---
|
||||
|
||||
{% assign minor-version = "17.06" %}
|
||||
{% assign minor-version = "17.09" %}
|
||||
|
||||
To get started with Docker CE on Debian, make sure you
|
||||
[meet the prerequisites](#prerequisites), then
|
||||
|
|
|
@ -7,7 +7,7 @@ redirect_from:
|
|||
title: Get Docker CE for Fedora
|
||||
---
|
||||
|
||||
{% assign minor-version = "17.06" %}
|
||||
{% assign minor-version = "17.09" %}
|
||||
|
||||
To get started with Docker CE on Fedora, make sure you
|
||||
[meet the prerequisites](#prerequisites), then
|
||||
|
|
|
@ -8,7 +8,7 @@ redirect_from:
|
|||
title: Get Docker CE for Ubuntu
|
||||
---
|
||||
|
||||
{% assign minor-version = "17.06" %}
|
||||
{% assign minor-version = "17.09" %}
|
||||
|
||||
To get started with Docker CE on Ubuntu, make sure you
|
||||
[meet the prerequisites](#prerequisites), then
|
||||
|
|
Loading…
Reference in New Issue