In ssh, after starting the rhasspy container, we can do:
docker exec -it name-of-container bash
So we have a console inside the container. First thing I did was ls -lsa, then look inside some folder, but …
Where are the rhasspy files ?
Can we edit python files (sudo nano …) to debug some stuff and restart rhasspy to run with these modifications ? Should we restart the container, or rhasspy itself inside the container ?
And, can we install samba inside the container, so we can share the rhasspy application folder and directory access it from a windows PC to work on python files ? Then will it stay installed if I pull latest and restart the container ?
Just experimenting stuff …