试图用mysql运行docker,但它抱怨:
Bind for 0.0.0.0:3306 failed: port is already allocated
如何停止此端口上运行的所有操作?
zhte4eai1#
停止mysql数据库: /etc/init.d/mysqld stop 然后再次尝试运行容器
/etc/init.d/mysqld stop
1条答案
按热度按时间zhte4eai1#
停止mysql数据库:
/etc/init.d/mysqld stop
然后再次尝试运行容器