We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcf062 commit 68c4e93Copy full SHA for 68c4e93
1 file changed
README.md
@@ -4,7 +4,7 @@ Simple async/streaming access to the [Docker](https://www.docker.com/) API, buil
4
5
[Docker](https://www.docker.com/) is a popular open source platform
6
to run and share applications within isolated, lightweight containers.
7
-The [Docker Remote API](https://wiki.asterisk.org/wiki/display/AST/The+Asterisk+Manager+TCP+IP+API)
+The [Docker Remote API](https://docs.docker.com/reference/api/docker_remote_api_v1.15/)
8
allows you to control and monitor your containers and images.
9
Among others, it can be used to list existing images, download new images,
10
execute arbitrary commands within isolated containers, stop running containers and much more.
0 commit comments