mirror of https://github.com/docker/cli.git
blindly make all uses of e\.?g\.? into e.g.,
Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
This commit is contained in:
parent
dce7a15eda
commit
dd0cd23fd7
|
@ -70,7 +70,7 @@ in their shell:
|
||||||
|
|
||||||
### Images
|
### Images
|
||||||
|
|
||||||
When you need to add images, try to make them as small as possible (e.g. as
|
When you need to add images, try to make them as small as possible (e.g., as
|
||||||
gifs). Usually images should go in the same directory as the `.md` file which
|
gifs). Usually images should go in the same directory as the `.md` file which
|
||||||
references them, or in a subdirectory if one already exists.
|
references them, or in a subdirectory if one already exists.
|
||||||
|
|
||||||
|
|
|
@ -335,7 +335,7 @@ schema.
|
||||||
|
|
||||||
Create a new image from a container's changes
|
Create a new image from a container's changes
|
||||||
|
|
||||||
-a, --author="" Author (eg. "John Hannibal Smith <hannibal@a-team.com>")
|
-a, --author="" Author (e.g., "John Hannibal Smith <hannibal@a-team.com>")
|
||||||
-m, --message="" Commit message
|
-m, --message="" Commit message
|
||||||
|
|
||||||
It can be useful to commit a container's file changes or settings into a
|
It can be useful to commit a container's file changes or settings into a
|
||||||
|
@ -518,7 +518,7 @@ by default.
|
||||||
### Filtering
|
### Filtering
|
||||||
|
|
||||||
The filtering flag (`-f` or `--filter`) format is of "key=value". If there are more
|
The filtering flag (`-f` or `--filter`) format is of "key=value". If there are more
|
||||||
than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bif=baz"`)
|
than one filter, then pass multiple flags (e.g., `--filter "foo=bar" --filter "bif=baz"`)
|
||||||
|
|
||||||
Current filters:
|
Current filters:
|
||||||
* dangling (boolean - true or false)
|
* dangling (boolean - true or false)
|
||||||
|
@ -929,7 +929,7 @@ removed before the image is removed.
|
||||||
--sig-proxy=true Proxify received signals to the process (even in non-tty mode). SIGCHLD is not proxied.
|
--sig-proxy=true Proxify received signals to the process (even in non-tty mode). SIGCHLD is not proxied.
|
||||||
-t, --tty=false Allocate a pseudo-tty
|
-t, --tty=false Allocate a pseudo-tty
|
||||||
-u, --user="" Username or UID
|
-u, --user="" Username or UID
|
||||||
-v, --volume=[] Bind mount a volume (e.g. from the host: -v /host:/container, from docker: -v /container)
|
-v, --volume=[] Bind mount a volume (e.g., from the host: -v /host:/container, from docker: -v /container)
|
||||||
--volumes-from=[] Mount volumes from the specified container(s)
|
--volumes-from=[] Mount volumes from the specified container(s)
|
||||||
-w, --workdir="" Working directory inside the container
|
-w, --workdir="" Working directory inside the container
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue