mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-21 08:16:29 +00:00
Fix builder link (#223)
This commit is contained in:
parent
297ab10da2
commit
9be71cfc60
@ -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)
|
||||
|
@ -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: <code>error creating aufs mount to /var/lib/docker/aufs/mnt/<SOME_ID>-init: invalid argument</code>. A proposed workaround is to add the following to the Advanced Daemon JSON configuration via Docker > Preferences > Daemon > Advanced: <code>"storage-driver" : "aufs"</code>.
|
||||
> If you are developing on macOS and using Docker for Mac, you may encounter an error message similar to the following: <code>error creating aufs mount to /var/lib/docker/aufs/mnt/<SOME_ID>-init: invalid argument</code>. A proposed workaround is to add the following to the Advanced Daemon JSON configuration via Docker > Preferences > Daemon > Advanced: <code>"storage-driver" : "aufs"</code> 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user