https://linuxize.com/post/how-to-remove-docker-images-containers-volumeā¦
docker container stop $(docker container ls -aq)
use
docker exec -it drupalwithdocker_db_1 bash
to enter the container housing mysql and then once in a bash shell just type in
mysql