Merge pull request #12374 from t3hami/patch-3

Add links to Docker Engine SDK and the HTTP API
This commit is contained in:
Sebastiaan van Stijn 2021-02-25 14:56:41 +01:00 committed by GitHub
commit c9fc6bb8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -32,4 +32,8 @@ most benefits from Docker.
## Advanced development with the SDK or API
After you can write Dockerfiles or Compose files and use Docker CLI, take it to the next level by using Docker Engine SDK for Go/Python or use the HTTP API directly.
After you can write Dockerfiles or Compose files and use Docker CLI, take it to
the next level by using Docker Engine SDK for Go/Python or use the HTTP API
directly. Visit the [Develop with Docker Engine API](../engine/api/index.md)
section to learn more about developing with the Engine API, where to find SDKs
for your programming language of choice, and to see some examples.