LoginSignup
40
37

More than 5 years have passed since last update.

Vagrantでホストマシーンとクライアントマシーンの時間を同期させない方法

Posted at

下記をVagrantファイルに追記

Vagrant
config.vm.provider :virtualbox do |vb|
  vb.customize ["setextradata", :id, "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled", 1]
end 
40
37
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
40
37