mirror of https://github.com/docker/docs.git
Enable syncing time for VMWare Fusion guests
By default, VMWare Fusion does not sync the guest OS's time to the host and when running Fusion+docker-machine on a laptop the guest clock will drift and not resync which can create a variety of problems (such as authentication issues with AWS, etc) Signed-off-by: Aaron Turner <synfinatic@gmail.com>
This commit is contained in:
parent
dc5f1e9bdb
commit
e790d9f47a
|
@ -61,6 +61,7 @@ scsi0.present = "TRUE"
|
|||
scsi0.virtualDev = "pvscsi"
|
||||
scsi0:0.fileName = "{{.MachineName}}.vmdk"
|
||||
scsi0:0.present = "TRUE"
|
||||
tools.synctime = "TRUE"
|
||||
virtualHW.productCompatibility = "hosted"
|
||||
virtualHW.version = "10"
|
||||
msg.autoanswer = "TRUE"
|
||||
|
|
Loading…
Reference in New Issue