Signed-off-by: Yunxiang Huang <hyxqshk@vip.qq.com>
(cherry picked from commit c6544394b8c5f406ea9054ed7e3e00206c2f0235)
Signed-off-by: Victor Vieux <vieux@docker.com>
| ... | ... |
@@ -917,7 +917,7 @@ __docker_image_subcommand() {
|
| 917 | 917 |
"($help)*--label=[Set metadata for an image]:label=value: " \ |
| 918 | 918 |
"($help -m --memory)"{-m=,--memory=}"[Memory limit]:Memory limit: " \
|
| 919 | 919 |
"($help)--memory-swap=[Total memory limit with swap]:Memory limit: " \ |
| 920 |
- "($help)--network=[Connect a container to a network]:network mode:(bridge none container host)" |
|
| 920 |
+ "($help)--network=[Connect a container to a network]:network mode:(bridge none container host)" \ |
|
| 921 | 921 |
"($help)--no-cache[Do not use cache when building the image]" \ |
| 922 | 922 |
"($help)--pull[Attempt to pull a newer version of the image]" \ |
| 923 | 923 |
"($help -q --quiet)"{-q,--quiet}"[Suppress verbose build output]" \
|