diff --git a/docs/reference/commandline/container_run.md b/docs/reference/commandline/container_run.md index 0e5c6e2ce2..1418644609 100644 --- a/docs/reference/commandline/container_run.md +++ b/docs/reference/commandline/container_run.md @@ -388,7 +388,7 @@ none 1.9G 0 1.9G 0% /mnt ### Set working directory (-w, --workdir) ```console -$ docker run -w /path/to/dir/ -i -t ubuntu pwd +$ docker run -w /path/to/dir/ ubuntu pwd ``` The `-w` option runs the command executed inside the directory specified, in this example,