Sfoglia il codice sorgente

alternative to `exit` command: `CTRL-D`

Docker-DCO-1.1-Signed-off-by: Eike Herzbach <eike@herzbach.net> (github: eik3)
Eike Herzbach 11 anni fa
parent
commit
c0c525b3d1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/sources/userguide/dockerizing.md

+ 1 - 1
docs/sources/userguide/dockerizing.md

@@ -81,7 +81,7 @@ of the root directory which shows us what looks like a typical Linux
 file system.
 
 You can play around inside this container and when you're done you can
-use the `exit` command to finish.
+use the `exit` command or enter Ctrl-D to finish.
 
     root@af8bae53bdd3:/# exit