mirror of https://github.com/docker/docs.git
21 lines
662 B
HTML
21 lines
662 B
HTML
---
|
|
layout: null
|
|
redirect_from:
|
|
- /engine/reference/api/docker_remote_api_v1.28/
|
|
---
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Docker Engine API v1.28 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>
|