From 8a863cf1735e77274dbe4d54c40d667aaf94dd73 Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Sat, 22 Aug 2020 22:04:27 +0200 Subject: [PATCH] Remove redundant volume flag (#623) --- docs/add-ons/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/testing.md b/docs/add-ons/testing.md index 2d8b7ac2..4074c6c4 100644 --- a/docs/add-ons/testing.md +++ b/docs/add-ons/testing.md @@ -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