mirror of https://github.com/docker/docs.git
Remove unused constants
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
43d9df3216
commit
d56d0dc495
|
@ -28,7 +28,6 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
isoFilename = "boot2docker.iso"
|
|
||||||
defaultCPU = 1
|
defaultCPU = 1
|
||||||
defaultMemory = 1024
|
defaultMemory = 1024
|
||||||
defaultBoot2DockerURL = ""
|
defaultBoot2DockerURL = ""
|
||||||
|
@ -36,7 +35,6 @@ const (
|
||||||
defaultHostOnlyCIDR = "192.168.99.1/24"
|
defaultHostOnlyCIDR = "192.168.99.1/24"
|
||||||
defaultHostOnlyNictype = "82540EM"
|
defaultHostOnlyNictype = "82540EM"
|
||||||
defaultHostOnlyPromiscMode = "deny"
|
defaultHostOnlyPromiscMode = "deny"
|
||||||
defaultNoShare = false
|
|
||||||
defaultDiskSize = 20000
|
defaultDiskSize = 20000
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue