google / battery-historian

Battery Historian is a tool to analyze battery consumers using Android "bugreport" files.
Other
5.32k stars 959 forks source link

document error #173

Open zhangwenhao2013 opened 5 years ago

zhangwenhao2013 commented 5 years ago

”docker -- run -p :9999 gcr.io/android-battery-historian/stable:3.0 --port 9999“ is wrong。

should be “docker run -p :9999 gcr.io/android-battery-historian/stable:3.0 --port 9999”

coolegos commented 5 years ago

It maybe docker run -p 9999:9999 gcr.io/android-battery-historian/stable:3.0 --port 9999