mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Change graph-driver flag to be s
This commit is contained in:
parent
e69bbd239e
commit
b4eeb6be61
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ func main() {
|
|||
flEnableIptables := flag.Bool("iptables", true, "Disable docker's addition of iptables rules")
|
||||
flDefaultIp := flag.String("ip", "0.0.0.0", "Default IP address to use when binding container ports")
|
||||
flInterContainerComm := flag.Bool("icc", true, "Enable inter-container communication")
|
||||
flGraphDriver := flag.String("graph-driver", "", "Force docker runtime to use a specific graph driver")
|
||||
flGraphDriver := flag.String("s", "", "Force the docker runtime to use a specific storage driver")
|
||||
|
||||
flag.Parse()
|
||||
|
||||
|
|
Loading…
Reference in a new issue