Update docker.md (#1422)
parent
a41a88225f
commit
c39e05da17
|
@ -69,11 +69,8 @@ Note that the software running inside a Docker container cannot follow the symbo
|
||||||
Make sure the `openhab` user owns these directories.
|
Make sure the `openhab` user owns these directories.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir /opt/openhab
|
sudo mkdir -p /opt/openhab/{conf,userdata,addons}
|
||||||
mkdir /opt/openhab/conf
|
sudo chown -R openhab:openhab /opt/openhab
|
||||||
mkdir /opt/openhab/userdata
|
|
||||||
mkdir /opt/openhab/addons
|
|
||||||
chown -R openhab:openhab /opt/openhab
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Running the Container as a Service Managed by Docker
|
### Running the Container as a Service Managed by Docker
|
||||||
|
|
Loading…
Reference in New Issue