Skip to content

Commit 76d8595

Browse files
friismjohndmulhausen
authored andcommitted
remove un-needed -ti (docker#2263)
1 parent 2452eff commit 76d8595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-for-windows/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ For example, if you set your proxy settings to `http://proxy.example.com`, Docke
427427
When you start a container, you will see that your proxy settings propagate into the containers. For example:
428428
429429
```powershell
430-
PS C:\Users\jdoe> docker run -it alpine env
430+
PS C:\Users\jdoe> docker run alpine env
431431
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
432432
HOSTNAME=b7edf988b2b5
433433
TERM=xterm

0 commit comments

Comments
 (0)