luci-app-dockerman: remove setting default bip option
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 8 Apr 2021 12:43:22 +0000 (14:43 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 8 Apr 2021 14:24:59 +0000 (16:24 +0200)
If no bip option is set, then the default configuration of dockerd should
be used. The option does not need to be set explicitly.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-dockerman/luasrc/model/cbi/dockerman/overview.lua

index 7009c606024cd7c628566a090fb41aee399f8111..85fbe8e9c0fee6134b2f46bbb06eb60ee72f1600 100644 (file)
@@ -118,7 +118,6 @@ if nixio.fs.access("/usr/bin/dockerd") then
                translate("Default bridge"),
                translate("Configure the default bridge network"))
        o.placeholder = "172.17.0.1/16"
-       o.default = "172.17.0.1/16"
        o.datatype = "ipaddr"
        o:depends("remote_endpoint", 0)