So I understand I have to delete the original non-Hassio installation of home assistant I did earlier. To do I presumed, to stop the container first, delete container and then presumably the associated image.
To stop and remove container
Then deleted image, assuming the HassIO script would download its own image (hence no need to waste space on this existing image):
Then to start with a clean slate I also wanted to stop and delete the container and image for hassio_supervisor
But somehow this container gets restarted automatically when stopped or killed, i have even tried tinkering with the restart settings. However to no avail, it keeps being alive itself, hence I cannot delete its image file.
Without resetting the hassio_supervisor docker, I tried running the curl script , which ran quickly with the [info] output messages, however at the end of script, there is no new homeassistant or hassio container created or pulled. So when I open the browser at localhost:8123, there is nothing shown.
Dont know how to then start over again with a clean slate to have the hass.io docker image running on port 8123.