Merge pull request #26526 from lixiaobing10051267/masterSymble

fix some incorrect symbols before executing command
Upstream-commit: 9e9ba1e1c1235c3bdb7a70a0a9d0c5932d5afe9e
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-09-14 17:48:43 +02:00
committed by GitHub
7 changed files with 14 additions and 14 deletions

View File

@ -119,7 +119,7 @@ process is returned by the `docker attach` command to its caller too:
$ docker run --name test -d -it debian
275c44472aebd77c926d4527885bb09f2f6db21d878c75f0a1c212c03d3bcfab
$ docker attach test
$$ exit 13
root@f38c87f2a42d:/# exit 13
exit
$ echo $?
13

View File

@ -546,7 +546,7 @@ more `--add-host` flags. This example adds a static address for a host named
`docker`:
$ docker run --add-host=docker:10.180.0.1 --rm -it debian
$$ ping docker
root@f38c87f2a42d:/# ping docker
PING docker (10.180.0.1): 48 data bytes
56 bytes from 10.180.0.1: icmp_seq=0 ttl=254 time=7.600 ms
56 bytes from 10.180.0.1: icmp_seq=1 ttl=254 time=30.705 ms