在Docker中启动rabbit时报21:01:27.533 [error] Too short cookie string
解决方案:可能是docker分配内存不足或者宿主机空间不组,删除Docker cache可以解决该问题。
Docker删除缓存命令docker system prune --volumes,该方法将删除do所有的Containers/Apps项,不影响Images。
stackoverflow中的解决方案
https://stackoverflow.com/questions/63384705/docker-rabbitmq-image-fails-with-error-too-short-cookie-string/63385967



