尝试运行带有mysql的Docker,但它报错:
Bind for 0.0.0.0:3306 failed: port is already allocated
如何停止在此端口上运行的所有内容?
发布于 2018-04-25 14:52:48
停止mysql数据库:/etc/init.d/mysqld stop,然后再次尝试运行容器
/etc/init.d/mysqld stop
https://stackoverflow.com/questions/50012345
相似问题