【发布时间】:2018-10-05 08:16:07
【问题描述】:
尝试运行带有 mysql 的 Docker 但它抱怨:
Bind for 0.0.0.0:3306 failed: port is already allocated
如何停止在这个端口上运行的一切?
【问题讨论】:
标签: mysql docker amazon-ec2 centos
尝试运行带有 mysql 的 Docker 但它抱怨:
Bind for 0.0.0.0:3306 failed: port is already allocated
如何停止在这个端口上运行的一切?
【问题讨论】:
标签: mysql docker amazon-ec2 centos
停止mysql数据库:/etc/init.d/mysqld stop,然后再次尝试运行容器
【讨论】: