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

Fixed example Docker command in README #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed example Docker command in README #187

wants to merge 1 commit into from

Conversation

thom1337
Copy link

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