Remove dupe titles (#1217)

This commit is contained in:
John Mulhausen 2017-01-19 23:25:34 -08:00 committed by GitHub
parent 493b7b6157
commit de2a379e37
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ redirect_from:
- /reference/api/docker_remote_api/
---
# Docker Engine API and SDKs
The Engine API is the API served by Docker Engine. It allows you to control every aspect of Docker from within your own applications. You to build tools to manage and monitor applications running on Docker, and even use it to build apps on Docker itself.
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. For example: