1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add the customary bold

This commit is contained in:
Gert van Valkenhoef 2014-01-08 18:45:06 +01:00
parent c9cebf3a73
commit 8298a200ce

View file

@ -131,7 +131,7 @@ Attach to the container to see the results in real-time.
- **"docker attach**" This will allow us to attach to a background
process to see what is going on.
- "-sig-proxy=false" Do not forward signals to the container; allows
- **"-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.