HASS.IO Docker Image Creation

Having a little trouble understanding how Docker Hub is used with hass.io packages …

I see how I can build a docker file locally and have it install correct package and software, but the end game is to host appropriate architecture images on Docker Hub if I understand …

So, I can use the script to generate and upload the images to Docker Hib but I don’t understand:

  1. How does the hass.io user actually access those? I see a way to add a git repository but nothing about Docker
  2. What is the naming scheme for the docker images? I want to avoid conflict with my existing non-HASS.IO Docker images but I can’t figure that out.

Also, there is some talk about slugs, which I thought were a Heroku concept similar to images, nothing to do with Docker …

Any help appreciated :smiley: