Skip to content

Instantly share code, notes, and snippets.

@igara
Last active October 11, 2015 09:53
Show Gist options
  • Save igara/287f61cf1b4d2fabca9c to your computer and use it in GitHub Desktop.
Save igara/287f61cf1b4d2fabca9c to your computer and use it in GitHub Desktop.
[メモ]Vagrantを使ってVMを起動する ref: http://qiita.com/igara/items/989ea37805f0db85b2f2
$ vagrant box add gentoo_amd64 https://dl.dropboxusercontent.com/u/632007/gentoo-systemd-amd64-virtualbox-2015-02-22.box
$ vagrant init gentoo_amd64
$ vagrant up
$ vagrant ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment