mirror of https://github.com/docker/docs.git
19 lines
596 B
HTML
19 lines
596 B
HTML
---
|
|
layout: null
|
|
---
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Docker Engine API v1.35 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"/>
|
|
<link rel="stylesheet" type="text/css" href="/css/api-reference.css">
|
|
</head>
|
|
<body>
|
|
<redoc spec-url="swagger.yaml" hide-hostname="true" suppress-warnings="true" lazy-rendering></redoc>
|
|
<script src="/js/redoc.min.js"> </script>
|
|
</body>
|
|
</html>
|