Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Fixed example Docker command in README - #187

Open
thom1337 wants to merge 1 commit into
google:masterfrom
thom1337:README-update
Open

Fixed example Docker command in README#187
thom1337 wants to merge 1 commit into
google:masterfrom
thom1337:README-update

Conversation

@thom1337

Copy link
Copy Markdown

The Docker example in the README fails:

docker -- run -p 9999:9999 gcr.io/android-battery-historian/stable:3.0 --port 9999
docker: 'run' is not a docker command.
See 'docker --help'

When -- is removed it works fine:

docker run -p 9999:9999 gcr.io/android-battery-historian/stable:3.0 --port 9999
2019/07/15 16:14:28 Listening on port:  9999

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants