I keep seeing weird docker container names in my hassio installation. It seems to change on reboot of the host. I currently have 3 extra containers running that I don’t know where they came from or what they are doing, but all have “/usr/bin/cli.sh” as the command. They are currently named unruffled_kilby, adoring_gould and vigilant_antonelli. On previous boot it was 2 containers with different names I don’t recall (but consistently there are always 2 words joined with an underscore). Does anyone know what is spinning these up, and what they are doing?
Thanks, that explains how the weird random names are generated.
I am still at a loss for what is generating the containers in my hassio and what they are doing. Does anyone know?
Are you using portainer add-on with your own docker containers? I’m pretty sure that add-ons and Home Assistant containers get named properly by the supervisor.
I’m just listing the docker containers while logged into the developer SSH. I don’t have any custom containers running.
I think I figured out where they are coming from. I had been doing multiple developer SSH sessions in different tabs and I noticed I get one of these random named containers for each session, but only while that session is showing the CLI interface. As soon as I do a login command in that session the CLI container goes away (or if I exit the session). I feel a lot better knowing where those extra containers were coming from!