Created
July 14, 2014 20:07
-
-
Save ctaloi/3dc6846aef8a1108cbcf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
noc@syr-switchboard:~/docker/switchboard$ sudo docker run -it --rm --name app --link meteor:web ctaloi/python env | |
HOME=/root | |
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
HOSTNAME=4416b4f15c68 | |
TERM=xterm | |
WEB_PORT=tcp://172.17.0.2:3000 | |
WEB_PORT_3000_TCP=tcp://172.17.0.2:3000 | |
WEB_PORT_3000_TCP_ADDR=172.17.0.2 | |
WEB_PORT_3000_TCP_PORT=3000 | |
WEB_PORT_3000_TCP_PROTO=tcp | |
WEB_PORT_3001_TCP=tcp://172.17.0.2:3001 | |
WEB_PORT_3001_TCP_ADDR=172.17.0.2 | |
WEB_PORT_3001_TCP_PORT=3001 | |
WEB_PORT_3001_TCP_PROTO=tcp | |
WEB_NAME=/app/web | |
noc@syr-switchboard:~/docker/switchboard$ sudo docker run -it --rm --name app --link meteor:web ctaloi/python cat /etc/hosts | |
172.17.0.3 3787bcb54483 | |
127.0.0.1 localhost | |
::1 localhost ip6-localhost ip6-loopback | |
fe00::0 ip6-localnet | |
ff00::0 ip6-mcastprefix | |
ff02::1 ip6-allnodes | |
ff02::2 ip6-allrouters |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment