From a5b82e9f87d73addc5d007b9b9ef5f8828febe32 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:59:08 +0100 Subject: [PATCH] docs: fix typo in tty example Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- docs/reference/commandline/container_run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/container_run.md b/docs/reference/commandline/container_run.md index a15ace244e..706d43b57b 100644 --- a/docs/reference/commandline/container_run.md +++ b/docs/reference/commandline/container_run.md @@ -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