Last active
August 29, 2015 14:01
-
-
Save cognitom/f2bcc1ca2b33908ccf2b to your computer and use it in GitHub Desktop.
VagrantでゲストOSに直接コマンドを送る ref: http://qiita.com/cognitom/items/fc94a16c9cb53e6f7f75
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 ssh -c ifconfig |
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 ssh -c "sudo service httpd start" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment