forked from docker/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Misty Stanley-Jones
authored and
Misty Stanley-Jones
committed
Oct 18, 2017
1 parent
3c5e81b
commit a30b95e
Showing
8 changed files
with
113 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
| Docker version | Maximum API version | | ||
-----------------|---------------------------| | ||
| 17.10 | [1.33](/engine/api/v1.33/)| | ||
| 17.09 | [1.32](/engine/api/v1.32/)| | ||
| 17.07 | [1.31](/engine/api/v1.31/)| | ||
| 17.06 | [1.30](/engine/api/v1.30/)| | ||
| 17.05 | [1.29](/engine/api/v1.29/)| | ||
| 17.04 | [1.28](/engine/api/v1.28/)| | ||
| 17.03 | [1.27](/engine/api/v1.27/)| | ||
| 1.13 | [1.26](/engine/api/v1.26/)| | ||
| 1.12 | [1.24](/engine/api/v1.24/)| | ||
| 1.11 | [1.23](/engine/api/v1.23/)| | ||
| 1.10 | [1.22](/engine/api/v1.22/)| | ||
| 1.9 | [1.21](/engine/api/v1.21/)| | ||
| 1.8 | [1.20](/engine/api/v1.20/)| | ||
| 1.7 | [1.19](/engine/api/v1.19/)| | ||
| 1.6 | [1.18](/engine/api/v1.18/)| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
layout: null | ||
--- | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Docker Engine API v1.33 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> |
Large diffs are not rendered by default.
Oops, something went wrong.