Failed to start grafana server inside a docker container - v4.0.2

Image: gcr.io/google_containers/heapster-grafana-amd64:v4.0.2
Starting grafana server with all default ini conf in a docker container…
################################### Server ####################################
[server]

Protocol (http, https, socket)

;protocol = http

The ip address to bind to, empty will bind to all interfaces

;http_addr =

The http port to use

;http_port = 3000

Error Log says:
2017-08-14T21:48:25.273263033Z t=2017-08-14T21:48:25+0000 lvl=info msg=“Initializing HTTP Server” logger=server address=0.0.0.0:tcp://10.98.44.192:3000 protocol=http subUrl=//10.98.44.192:3000
2017-08-14T21:48:25.27331277Z t=2017-08-14T21:48:25+0000 lvl=eror msg=“Fail to start server” logger=server error="listen tcp: too many colons in address 0.0.0.0:tcp://10.98.44.192:3000"
2017-08-14T21:48:25.273501427Z t=2017-08-14T21:48:25+0000 lvl=info msg=“Shutdown started” logger=server code=1 reason="Startup failed"
2017-08-14T21:48:25.274537443Z t=2017-08-14T21:48:25+0000 lvl=info msg=“Stopped CleanUpService” logger=cleanup reason=“context canceled”

Got to know that it got fixed by 4.4.1 – gcr.io/google_containers/heapster-grafana-amd64:v4.4.1