Remove redundant volume flag (#623)

This commit is contained in:
Malachi Soord 2020-08-22 22:04:27 +02:00 committed by GitHub
parent bf2fa6b6c7
commit 8a863cf173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
```
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 \
homeassistant/amd64-builder -t /data --all --test \
-i my-test-addon-{arch} -d local