Explorar o código

Add the customary bold

Gert van Valkenhoef %!s(int64=11) %!d(string=hai) anos
pai
achega
8298a200ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/sources/examples/hello_world.rst

+ 1 - 1
docs/sources/examples/hello_world.rst

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