Install hassio on docker

How can i install hassio on docker, my docker run on openwrt.
I follow this to install home assistant

>  $ docker run --init -d --name="home-assistant" -e "TZ=America/New_York" -v /PATH_TO_YOUR_CONFIG:/config --net=host homeassistant/home-assistant
> It

successfull but no hassio tab.
please help!
Thanks!

That is home-assistant, not hassio.

1 Like

You haven’t installed HassIO, you installed Home-Assistant, as far as I can tell.

To install HassIO, you can follow this gist.

1 Like

But not for openwrt I think.

There was an openwrt thread around - not sure whether it ended up installing hass or hassio.

This is the thread i was thinking of How to install HA on your router

1 Like

thanks! but my docker run on openwrt, cannot use this command.