mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docs: Fix typo in hello world example
This commit is contained in:
parent
24e8b1b834
commit
8c4617e0ae
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ Attach to the container to see the results in real-time.
|
|||
process to see what is going on.
|
||||
- **"--sig-proxy=false"** Do not forward signals to the container; allows
|
||||
us to exit the attachment using Control-C without stopping the container.
|
||||
- **$container_id** The Id of the container we want to attach too.
|
||||
- **$container_id** The Id of the container we want to attach to.
|
||||
|
||||
Exit from the container attachment by pressing Control-C.
|
||||
|
||||
|
|
Loading…
Reference in a new issue