Skip to content

kojakatsuma/vm-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrantでwindows8(ie11)環境を作る

事前準備

VirtualBoxとvagrantをインストール

brew cask install virtualbox
brew cask install vagrant

box追加

wget https://az792536.vo.msecnd.net/vms/VMBuild_20150916/Vagrant/IE11/IE11.Win81.Vagrant.zip
unzip IE11.Win81.Vagrant.zip 
mv IE11\ -\ Win81.box win8ie11.box 
vagrant box add win8ie11.box --name win8ie11

起動

Vagrantfileがあるとこで実行

vagrant up

スナップショット/リストア

使用期限が90日なので、スナップショットを取っておく.

あらかじめvagrant halt でシャットダウンしておくこと。

vagrant halt 
vagrant snapshot save initialpoint

リストア

vagrant restore initialpoint

tips

HOST <=> GUEST 間でコピペを有効にする。 Machine => Settings... => General => Advanced で以下のように設定する。

コピペ設定

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages