Cannot delete user from HA installed in docker (failed to fresh start)

I followed the steps previously suggested in here,
Unfortunately, I don’t even have most of the suggested services running.

I am trying to remove HA completely and start over, but any time I install the docker back again, I see my user, and I would like to start from fresh(new user, etc.)

The steps to install and then uninstall I’ve made:

Install

sudo apt-get remove docker docker-engine [docker.io](http://docker.io/) containerd runc
sudo apt-get update
sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg-agent \
    software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository \
   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
   $(lsb_release -cs) \
   stable"
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo docker run --init -d --name="home-assistant" -e "TZ=America/New_York" -v /home/dvir/Documents/hub:/config --net=host homeassistant/home-assistant:stable
###Stop the docker then###
sudo docker-compose up -d
sudo docker-compose restart

Uninstall:

sudo systemctl stop hassio-supervisor.service ---> this service wasn't running
sudo systemctl stop hassio-apparmor.service---> this service wasn't running
sudo rm -rf /etc/systemd/system/hassio-supervisor.service ---> this folder didn't exist
sudo rm -rf /etc/systemd/system/hassio-apparmor.service ---> this folder didn't exist
sudo rm -rf /usr/sbin/hassio-supervisor---> this folder didn't exist
sudo rm -rf /usr/sbin/hassio-apparmor---> this folder didn't exist
sudo docker ps -a
sudo docker rm -f  id
sudo docker images -a
sudo docker rmi id

Unfortunately, when I install the docker from scrach again, I see my previous user.

If you want to start over with home assistant, you just need to remove your home assistant configuration from wherever it’s stored. If you want to keep your existing config but remove all home assistant users, follow this: https://www.home-assistant.io/docs/locked_out/#home-assistant-core-and-home-assistant-container