diff options
| author | Joffrey F <f.joffrey@gmail.com> | 2015-09-18 17:12:52 -0700 |
|---|---|---|
| committer | Joffrey F <f.joffrey@gmail.com> | 2015-09-18 17:12:52 -0700 |
| commit | dd36fae131cb1e9c710c6eadba8a565824c93ff8 (patch) | |
| tree | 124e6eed233ac44f3a43f329065774271fe58344 /docs | |
| parent | 9d1f95715a88a67f0d259f37820cabab0e736906 (diff) | |
| parent | 34784db43fedd0f1a37aa69491f6c7fb10fee2c1 (diff) | |
| download | docker-py-dd36fae131cb1e9c710c6eadba8a565824c93ff8.tar.gz | |
Merge pull request #772 from rutsky/patch-1
add missing dots at ends of command descriptions
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/api.md b/docs/api.md index 4e5d54c..5041595 100644 --- a/docs/api.md +++ b/docs/api.md @@ -280,7 +280,7 @@ Create and register a named volume ## diff -Inspect changes on a container's filesystem +Inspect changes on a container's filesystem. **Params**: @@ -368,7 +368,7 @@ chunks. A string containing response data otherwise. ## export -Export the contents of a filesystem as a tar archive to STDOUT +Export the contents of a filesystem as a tar archive to STDOUT. **Params**: @@ -398,7 +398,7 @@ An example of how to get (save) an image to a file. ## history -Show the history of an image +Show the history of an image. **Params**: @@ -540,7 +540,7 @@ single dict ## inspect_image -Identical to the `docker inspect` command, but only for images +Identical to the `docker inspect` command, but only for images. **Params**: @@ -566,7 +566,7 @@ Retrieve volume info by name. ## kill -Kill a container or send a signal to a container +Kill a container or send a signal to a container. **Params**: @@ -686,7 +686,7 @@ Identical to the `docker pull` command. ## push Push an image or a repository to the registry. Identical to the `docker push` -command +command. **Params**: @@ -873,7 +873,7 @@ Tag an image into a repository. Identical to the `docker tag` command. **Returns** (bool): True if successful ## top -Display the running processes of a container +Display the running processes of a container. **Params**: |
