I am creating very simple database like
mysql -u root -e "CREATE DATABASE IF NOT EXISTS example"
and I want to access it in the doker container like
"mysql://root@localhost/example"
both host and conteiner is ubuntu machine I suppose answer is very simple but I got lost - Thanks !