mirror of https://github.com/docker/docs.git
remove un-needed `-ti` (#2263)
This commit is contained in:
parent
2452effd33
commit
76d859596a
|
@ -427,7 +427,7 @@ For example, if you set your proxy settings to `http://proxy.example.com`, Docke
|
|||
When you start a container, you will see that your proxy settings propagate into the containers. For example:
|
||||
|
||||
```powershell
|
||||
PS C:\Users\jdoe> docker run -it alpine env
|
||||
PS C:\Users\jdoe> docker run alpine env
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
HOSTNAME=b7edf988b2b5
|
||||
TERM=xterm
|
||||
|
|
Loading…
Reference in New Issue