List all Tuleap database tables running in docker container

Hi, in my docker container i have enalean/tuleap_dev , mysql:5.5 and enalean/ldap they are running
i want to list all the database tables of tuleap in the container so i tape :

[root@localhost tuleap]# docker exec -it tuleap_db_1 bash

root@8784c60adf49:/#

after that i have no idea about what can i do to show all the tables of tuleap
Any one have an idea about this???
Thank you for your help

it’s simple just execute : show tables;