mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-19 07:16:29 +00:00
Remove redundant volume flag (#623)
This commit is contained in:
parent
bf2fa6b6c7
commit
8a863cf173
@ -28,7 +28,7 @@ If you don't want to use the devcontainer environment, you can still build add-o
|
|||||||
Assuming that your addon is in the folder `/path/to/addon` and your docker socket is at `/var/run/docker.sock`, you can build the addon for all supported architectures by running the following:
|
Assuming that your addon is in the folder `/path/to/addon` and your docker socket is at `/var/run/docker.sock`, you can build the addon for all supported architectures by running the following:
|
||||||
```
|
```
|
||||||
docker run --rm -ti --name hassio-builder --privileged \
|
docker run --rm -ti --name hassio-builder --privileged \
|
||||||
-v /path/to/addon:/data -v \
|
-v /path/to/addon:/data \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock:ro \
|
-v /var/run/docker.sock:/var/run/docker.sock:ro \
|
||||||
homeassistant/amd64-builder -t /data --all --test \
|
homeassistant/amd64-builder -t /data --all --test \
|
||||||
-i my-test-addon-{arch} -d local
|
-i my-test-addon-{arch} -d local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user