Trying to run Docker with mysql in it but it complains:
Bind for 0.0.0.0:3306 failed: port is already allocated
How to stop everything that is running on this port?
Trying to run Docker with mysql in it but it complains:
Bind for 0.0.0.0:3306 failed: port is already allocated
How to stop everything that is running on this port?
Stop mysql database: /etc/init.d/mysqld stop
and then try to run container again