Add logo to swagger.yaml

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Upstream-commit: cd0c0d06665c98d7c80cf77760dc5043ab72d466
Component: engine
This commit is contained in:
Ben Firshman
2016-11-02 14:13:19 -07:00
parent 6a317cb5f3
commit b577b180f8

View File

@ -12,6 +12,8 @@ basePath: "/v1.25"
info:
title: "Docker Remote API"
version: "1.25"
x-logo:
url: "https://docs.docker.com/images/logo-docker-main.png"
description: |
The Docker API is an HTTP REST API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API.