==== Automatically run a mysql interactive shell to the configured db on docker ==== \\ This simple command will execute an interactive shell on the configured database on a docker container using the environment variables configured on the container. mysql -u$MYSQL_USER -p$MYSQL_PASSWORD $MYSQL_DATABASE