Created
September 22, 2014 22:39
-
-
Save timperrett/077f844d72fd817755d9 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
| λ vagrant status | |
| Current machine states: | |
| deis-1 running (virtualbox) | |
| deis-2 running (virtualbox) | |
| deis-3 running (virtualbox) | |
| This environment represents multiple VMs. The VMs are all listed | |
| above with their current state. For more information about a specific | |
| VM, run `vagrant status NAME`. | |
| (master) ~/repositories/python/deis | |
| λ vagrant ssh deis-1 | |
| Last login: Mon Sep 22 22:35:51 2014 from 10.0.2.2 | |
| * * * ***** ddddd eeeeeee iiiiiii ssss | |
| * * * * * * d d e e i s s | |
| * * ***** ***** d d e i s | |
| ***** * * * d d e i s | |
| * * * * * * d d eee i sss | |
| ***** * * ***** d d e i s | |
| * ***** * * d d e i s | |
| * * * * * * d d e e i s s | |
| ***** ***** * * ddddd eeeeeee iiiiiii ssss | |
| Welcome to Deis Powered by CoreOS | |
| core@deis-1 ~ $ ifconfig | |
| enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
| inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255 | |
| inet6 fe80::a00:27ff:fe10:54f4 prefixlen 64 scopeid 0x20<link> | |
| ether 08:00:27:10:54:f4 txqueuelen 1000 (Ethernet) | |
| RX packets 844 bytes 92843 (90.6 KiB) | |
| RX errors 0 dropped 0 overruns 0 frame 0 | |
| TX packets 625 bytes 81820 (79.9 KiB) | |
| TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
| device interrupt 19 base 0xd020 | |
| enp0s8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
| inet 172.17.8.100 netmask 255.255.255.0 broadcast 172.17.8.255 | |
| inet6 fe80::a00:27ff:fe48:5f95 prefixlen 64 scopeid 0x20<link> | |
| ether 08:00:27:48:5f:95 txqueuelen 1000 (Ethernet) | |
| RX packets 3603 bytes 554542 (541.5 KiB) | |
| RX errors 0 dropped 0 overruns 0 frame 0 | |
| TX packets 5197 bytes 1017642 (993.7 KiB) | |
| TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
| device interrupt 16 base 0xd060 | |
| lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 | |
| inet 127.0.0.1 netmask 255.0.0.0 | |
| inet6 ::1 prefixlen 128 scopeid 0x10<host> | |
| loop txqueuelen 0 (Local Loopback) | |
| RX packets 3718 bytes 830165 (810.7 KiB) | |
| RX errors 0 dropped 0 overruns 0 frame 0 | |
| TX packets 3718 bytes 830165 (810.7 KiB) | |
| TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
| core@deis-1 ~ $ logout | |
| Connection to 127.0.0.1 closed. | |
| (master) ~/repositories/python/deis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment