mirror of https://github.com/docker/docs.git
Merge pull request #12374 from t3hami/patch-3
Add links to Docker Engine SDK and the HTTP API
This commit is contained in:
commit
c9fc6bb8ff
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue