{"id":1131,"date":"2015-01-16T05:10:21","date_gmt":"2015-01-16T05:10:21","guid":{"rendered":"http:\/\/kraftek.com\/blog\/?p=1131"},"modified":"2015-01-16T05:10:21","modified_gmt":"2015-01-16T05:10:21","slug":"run-vagrant-vms-with-vm-console-enabled","status":"publish","type":"post","link":"\/blog\/index.php\/run-vagrant-vms-with-vm-console-enabled\/","title":{"rendered":"Run vagrant vms with vm console enabled"},"content":{"rendered":"<p>If you want to use the virtualbox console for your vagrant vms, you need to enable that feature in the &#8220;Vagrantfile&#8221; settings file, just add these lines<\/p>\n<pre>\r\nconfig.vm.provider \"virtualbox\" do |v|\r\n        v.customize [\"modifyvm\", :id, \"--vrde\",\"on\"]\r\n        v.customize [\"modifyvm\", :id, \"--vrdeport\",\"3389-4000\"]\r\nend\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>If you want to use the virtualbox console for your vagrant vms, you need to enable that feature in the &#8220;Vagrantfile&#8221; settings file, just add these lines config.vm.provider &#8220;virtualbox&#8221; do |v| v.customize [&#8220;modifyvm&#8221;, :id, &#8220;&#8211;vrde&#8221;,&#8221;on&#8221;] v.customize [&#8220;modifyvm&#8221;, :id, &#8220;&#8211;vrdeport&#8221;,&#8221;3389-4000&#8243;] end<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1131","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=1131"}],"version-history":[{"count":1,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1131\/revisions"}],"predecessor-version":[{"id":1132,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1131\/revisions\/1132"}],"wp:attachment":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=1131"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=1131"},{"taxonomy":"post_tag","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=1131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}