Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ docker -- run -p <port>:9999 gcr.io/android-battery-historian:2.1 --port 9999
For Linux and Mac OS X:

* That's it, you're done! Historian will be available at
http://localhost:&lt;port>.
`http://localhost:<port>`.

For Windows:

* You may have to [enable Virtualization in your
BIOS](<http://www.itworld.com/article/2981515/virtualization/virtualbox-diagnose-and-fix-vt-xamd-v-hardware-acceleration-errors.html>).

* Once you start Docker, it should tell you the IP address of the machine it is
using. If, for example, the IP address is 123.456.78.90, Historian will be
available at http://123.456.78.90:&lt;port>.
using. If, for example, the IP address is 123.45.67.89, Historian will be
available at `http://123.45.67.89:<port>`.

For more information about the port forwarding, see the [Docker
documentation](<https://docs.docker.com/engine/reference/run/#/expose-incoming-ports>).
documentation](https://docs.docker.com/engine/reference/run/#/expose-incoming-ports).

#### Building from source code

Expand Down