summaryrefslogtreecommitdiff
path: root/docs/sources/reference/api/docker_remote_api_v1.9.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/reference/api/docker_remote_api_v1.9.md')
-rw-r--r--docs/sources/reference/api/docker_remote_api_v1.9.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/sources/reference/api/docker_remote_api_v1.9.md b/docs/sources/reference/api/docker_remote_api_v1.9.md
index fc9f9b8d5b..741a9ac955 100644
--- a/docs/sources/reference/api/docker_remote_api_v1.9.md
+++ b/docs/sources/reference/api/docker_remote_api_v1.9.md
@@ -303,7 +303,7 @@ List processes running inside the container `id`
 
- - **ps_args** – ps arguments to use (eg. aux)
+ - **ps_args** – ps arguments to use (e.g., aux)
Status Codes:
@@ -553,7 +553,7 @@ Attach to the container `id`
`STREAM_TYPE` can be:
- - 0: stdin (will be writen on stdout)
+ - 0: stdin (will be written on stdout)
- 1: stdout
- 2: stderr
@@ -797,8 +797,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
- "Cmd": ["/bin/bash"]
- ,"Dns":null,
+ "Cmd": ["/bin/bash"],
+ "Dns":null,
"Image":"base",
"Volumes":null,
"VolumesFrom":"",
@@ -1194,7 +1194,7 @@ Create a new image from a container's changes
- **repo** – repository
- **tag** – tag
- **m** – commit message
- - **author** – author (eg. "John Hannibal Smith
+ - **author** – author (e.g., "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes: