Skip to content
Merged
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
5 changes: 3 additions & 2 deletions docs/DOCKER_TUTORIAL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ later.

Before you start, you need to know the following:

* HA\_URL: The URL of your running Home Assistant, in the form of ``http://[name]:[port]``. Port is usually 8123.
* TOKEN: If your Home Assistant is using Long-Lived Tokens you will need to use TOKEN
* **HA\_URL**: The URL of your running Home Assistant, in the form of ``http://[name]:[port]``. Port is usually 8123.
* **TOKEN**: If your Home Assistant is using Long-Lived Tokens you will need to use TOKEN
* **Tag**: Define the tag for the Docker image. The default is ``latest``, which uses the latest stable version. Alternatively, you can use ``dev`` for the development version, which is updated on each merge.

Now, on your Docker host, for Linux users, run the following command,
substituting the values above in the quotes below. (Note: to create a long-lived token, click your user icon in the HA front end and look for the Long-Lived Access Tokens card. If you do not
Expand Down
Loading