mirror of https://github.com/docker/cli.git
docs: fix typo in tty example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
9015b71163
commit
a5b82e9f87
|
@ -1000,7 +1000,7 @@ text. However, if you try the same thing but also adding the `-t` flag, the
|
||||||
password is hidden:
|
password is hidden:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker run -i debian passwd root
|
$ docker run -it debian passwd root
|
||||||
New password:
|
New password:
|
||||||
Retype new password:
|
Retype new password:
|
||||||
passwd: password updated successfully
|
passwd: password updated successfully
|
||||||
|
|
Loading…
Reference in New Issue