I am new to using home assistant, and recently I moved my home to the docker service, I was able to install it again with docker but, I have not been able to install the hass configurator, if you can help me with a step by step for its installation I thank you very much.
When you installed via docker, you should have designated a location for your configuration files (mine happens to be ~/hass_config) but could be anything. On the machine you installed in on, either via SSH or local go to your user directory “cd ~” then “ls” and see if anything is obviously for HA. Change into that directory and if on command line use nano or micro or vi or any text editor; if using gui then edit in whatever gui text editor you have.
The configuration files are not inside the docker container; this allows all your settings to survive following a new docker pull otherwise you would have to start from scratch each time, which for most would lose its appeal rather quickly to re-setup after every update.