mirror of https://github.com/docker/docs.git
Remove synthcpu flag for Virtualbox 5 support
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
69dc9fd7f3
commit
8089e222c3
|
@ -242,7 +242,6 @@ func (d *Driver) Create() error {
|
||||||
"--natdnsproxy1", "off",
|
"--natdnsproxy1", "off",
|
||||||
"--cpuhotplug", "off",
|
"--cpuhotplug", "off",
|
||||||
"--pae", "on",
|
"--pae", "on",
|
||||||
"--synthcpu", "off",
|
|
||||||
"--hpet", "on",
|
"--hpet", "on",
|
||||||
"--hwvirtex", "on",
|
"--hwvirtex", "on",
|
||||||
"--nestedpaging", "on",
|
"--nestedpaging", "on",
|
||||||
|
|
Loading…
Reference in New Issue