From de2a379e378337ed78a277594115fbaf21c5affe Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Thu, 19 Jan 2017 23:25:34 -0800 Subject: [PATCH] Remove dupe titles (#1217) --- engine/api/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/api/index.md b/engine/api/index.md index 693d57c4f3..c33d08e459 100644 --- a/engine/api/index.md +++ b/engine/api/index.md @@ -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: