diff --git a/docs/hassio_addon_index.md b/docs/hassio_addon_index.md index 1b6b1de1..bdf9c750 100644 --- a/docs/hassio_addon_index.md +++ b/docs/hassio_addon_index.md @@ -23,6 +23,7 @@ Usefully links: * [Hass.io Core Add-ons](https://github.com/home-assistant/hassio-addons) * [Hass.io Build environment](https://github.com/home-assistant/hassio-build) * [Hass.io base images](https://github.com/home-assistant/hassio-base) +* [Hass.io Builder](https://github.com/home-assistant/hassio-builder) * [Hass.io community Add-ons](https://github.com/hassio-addons) * [HassOS embedded Linux](https://github.com/home-assistant/hassos) * [Home Assistant Dockerfile](https://github.com/home-assistant/hassio-homeassistant) diff --git a/docs/hassio_addon_publishing.md b/docs/hassio_addon_publishing.md index adbdaabe..5403a2ca 100644 --- a/docs/hassio_addon_publishing.md +++ b/docs/hassio_addon_publishing.md @@ -53,6 +53,6 @@ $ docker run --rm --privileged -v \ --all -t /data ``` -> If you are developing on macOS and using Docker for Mac, you may encounter an error message similar to the following: error creating aufs mount to /var/lib/docker/aufs/mnt/-init: invalid argument. A proposed workaround is to add the following to the Advanced Daemon JSON configuration via Docker > Preferences > Daemon > Advanced: "storage-driver" : "aufs". +> If you are developing on macOS and using Docker for Mac, you may encounter an error message similar to the following: error creating aufs mount to /var/lib/docker/aufs/mnt/-init: invalid argument. A proposed workaround is to add the following to the Advanced Daemon JSON configuration via Docker > Preferences > Daemon > Advanced: "storage-driver" : "aufs" or map the docker socket into container. -[builder]: https://github.com/home-assistant/hassio-build/tree/master/builder +[builder]: https://github.com/home-assistant/hassio-builder