docker容器启动报错:
docker: Error response from daemon: Conflict. The container name “/portainer” is already in use by container “ff906d5204d0463caf0e674321da232e9d55c18fd14269ae41fb4c32a3315208”. You have to remove (or rename) that container to be able to reuse that name.
问题原因:
- docker版本与linux内核版本问题,自动去升级
- 设置SELinux 成为permissive模式 临时关闭selinux的 命令:
setenforce 0