Can't access homeassistant (trying to install through Docker)

I am trying to install hassio using Docker on my ubuntu server, following these instructions


The container is running but I can’t access home assistant at serverip:8123

Are there more steps for setting it up that aren’t in the instructions?

mkdir config
docker run -d -v $PWD/config:/config --net host --name hass  \
  home-assistant/homeassistant

Should do. You obviously want a running instance of Home Assistant, not a build environment for HASS.io (which is obviously the purpose of above’s Git repository).

Ok, I’ve fixed it

I had lots of different hassio and homeassistant images downloaded which messed everything up in the install. I have deleted all containers and images and run the script again, and its working.

The git repo has the hassio installer in it.