summaryrefslogtreecommitdiff
path: root/docs/sources/reference/api/docker_remote_api_v1.4.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/reference/api/docker_remote_api_v1.4.md')
-rw-r--r--docs/sources/reference/api/docker_remote_api_v1.4.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/sources/reference/api/docker_remote_api_v1.4.md b/docs/sources/reference/api/docker_remote_api_v1.4.md
index f7d6e82c19..0e49402621 100644
--- a/docs/sources/reference/api/docker_remote_api_v1.4.md
+++ b/docs/sources/reference/api/docker_remote_api_v1.4.md
@@ -264,7 +264,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:
@@ -724,8 +724,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":"centos",
"Volumes":null,
"VolumesFrom":"",
@@ -1055,7 +1055,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: