We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58d318b + 75d54ac commit 25a1681Copy full SHA for 25a1681
docs/reference/commandline/container_run.md
@@ -388,7 +388,7 @@ none 1.9G 0 1.9G 0% /mnt
388
### <a name="workdir"></a> Set working directory (-w, --workdir)
389
390
```console
391
-$ docker run -w /path/to/dir/ -i -t ubuntu pwd
+$ docker run -w /path/to/dir/ ubuntu pwd
392
```
393
394
The `-w` option runs the command executed inside the directory specified, in this example,
0 commit comments