先进入docker容器

docker exec -it rabbit2 /bin/bash

然后清除数据

关闭应用的命令为: rabbitmqctl stop_app

清除的命令为: rabbitmqctl reset

重新启动命令为: rabbitmqctl start_app