Complete newbie to both linux and TrueNAS here.
I installed mariadb app from the discover list, I am trying to access mariadb from Cloudbeaver app.
From MariaDB Remote Access Configuration Guide a change has to be made to file /etc/mysql/my.cnf
I can read my.cnf from within container shell, either from Apps Page>mariadb>Workloads>Containers>shell or System>shell>docker ps>docker exec -it ps
However, in either case I am not able to edit my.cnf, vim,vi, or nano are not installed and cat > my.cnf returns permission denied, sudo command is not found while inside container shell.
I have no idea what else to try.
Thanks