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