We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e660564 commit 85cee23Copy full SHA for 85cee23
qemu.go
@@ -267,6 +267,7 @@ func (d *Driver) Start() error {
267
machineDir := filepath.Join(d.StorePath, "machines", d.GetMachineName())
268
269
startCmd := []string{
270
+ "-display", "none",
271
"-m", fmt.Sprintf("%d", d.Memory),
272
"-boot", "d",
273
"-cdrom", filepath.Join(machineDir, "boot2docker.iso"),
0 commit comments