Trying to get a shell in the docker using `docker run -it --rm --volumes-from=mysql sameersbn/mysql:latest mysql -uroot` causes ``` ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) ```
Trying to get a shell in the docker using
docker run -it --rm --volumes-from=mysql sameersbn/mysql:latest mysql -urootcauses