mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Fix styling
This commit is contained in:
parent
222d9483d9
commit
5e7c31b16c
@ -16,15 +16,15 @@ Installation with Docker is straightforward. Adjust the following command so tha
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker run -d --name="home-assistant" -v /path/to/your/config:/config -v /etc/localtime:/etc/localtime:ro --net=host homeassistant/home-assistant
|
$ docker run -d --name="home-assistant" -v /path/to/your/config:/config -v /etc/localtime:/etc/localtime:ro --net=host homeassistant/home-assistant
|
||||||
```
|
```
|
||||||
|
|
||||||
### {% linkable_title Raspberry Pi 3 (Raspbian) %}
|
### {% linkable_title Raspberry Pi 3 (Raspbian) %}
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
$ docker run -d --name="home-assistant" -v /path/to/your/config:/config -v /etc/localtime:/etc/localtime:ro --net=host homeassistant/raspberrypi3-homeassistant:0.XX.x
|
$ docker run -d --name="home-assistant" -v /path/to/your/config:/config -v /etc/localtime:/etc/localtime:ro --net=host homeassistant/raspberrypi3-homeassistant:0.XX.x
|
||||||
```
|
```
|
||||||
The Docker container for Raspberry Pi 3 does not have a 'latest' tag so the version number must be specified explicitly, i.e. 0.68.0 or whatever version is desired. This goes for both CLI and Docker Compose.
|
|
||||||
|
The Docker container for Raspberry Pi 3 does not have a 'latest' tag so the version number must be specified explicitly, i.e. 0.68.0. This goes for both CLI and Docker Compose.
|
||||||
|
|
||||||
|
|
||||||
### {% linkable_title macOS %}
|
### {% linkable_title macOS %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user