docs: fix typo in tty example

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2024-02-29 13:38:48 +01:00
parent 9015b71163
commit a5b82e9f87
+1 -1
View File
@@ -1000,7 +1000,7 @@ text. However, if you try the same thing but also adding the `-t` flag, the
password is hidden:
```console
$ docker run -i debian passwd root
$ docker run -it debian passwd root
New password:
Retype new password:
passwd: password updated successfully