Commit bfb71da2 authored by duanjinfei's avatar duanjinfei

update docker server config parse

parent d398e50e
...@@ -46,6 +46,7 @@ func (c *Config) SetRewardAddress(addr string) bool { ...@@ -46,6 +46,7 @@ func (c *Config) SetRewardAddress(addr string) bool {
func (c *Config) SetDockerServerUrl(url string) bool { func (c *Config) SetDockerServerUrl(url string) bool {
isSuccess, newUrl := checkDockerServer(url) isSuccess, newUrl := checkDockerServer(url)
log.Info("Setting Docker Server URL:", newUrl)
if isSuccess { if isSuccess {
c.DockerServer = newUrl c.DockerServer = newUrl
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment