docker: Error response from daemon: Conflict.
docker: Error response from daemon: Conflict. The container name "/mysql" is already in use by container "66665ff29e2423025433cc747362233020835cef6018b397e8e5fd3d41d9d5b5".
      You have to remove (or rename) that container to be able to reuse that name.
问题:
docker里面容器已经存在,可以执行这个命令查询重名容器ID并改名或删除。
解决:
  命令:docker ps -a
  ![]()
找到对应ID
  删除:docker rm 66665ff29e24(对应ID)
  
再次查询发现没有了。
继续操作即可。

                
            
        
浙公网安备 33010602011771号