Help installing hass configurartor in Docker

good afternoon community

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.

Configurator? You mean the add on for editing yaml files in UI? If so this is not available for docker I believe

Yes sir, it is to edit .yaml files but I don’t know how to do it, or in what other way they can be edited

SSH Into server and edit in command line

OR

I think others may be using samba

OR

Edit file directly on pc

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.

I thank you very much for your help, I will try again to install hass configurator