Pārlūkot izejas kodu

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

Docker-DCO-1.1-Signed-off-by: Eike Herzbach <eike@herzbach.net> (github: eik3)
Eike Herzbach 11 gadi atpakaļ
vecāks
revīzija
c0c525b3d1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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.
 file system.
 
 
 You can play around inside this container and when you're done you can
 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
     root@af8bae53bdd3:/# exit