1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

docs: Fix typo in hello world example

Upstream-commit: 8c4617e0ae3b9c7e5167883ca171ad8e23fc06b4
Component: engine
This commit is contained in:
David Röthlisberger
2014-04-03 09:40:28 +01:00
parent c536ebaf82
commit a941fe51a8

View File

@@ -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.