Unable to connect to MYSQL from Docker Instance
问题 I'm new to Docker and pulled the mysql from the docker hub using following command docker pull mysql Now, started mysql instance using following commands. docker run --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=password -d mysql/mysql-server:latest Unable to find image 'mysql/mysql-server:latest' locally latest: Pulling from mysql/mysql-server e64f6e679e1a: Pull complete 799d60100a25: Pull complete 85ce9d0534d0: Pull complete d3565df0a804: Pull complete Digest: sha256