东篱昏后

导航

 

来自守护程序的错误响应:驱动程序未能在终结点httptest上对外部连接进行编程

解决方法:

[root@localhost ~]# pkill docker
[root@localhost ~]# iptables -t nat -F
[root@localhost ~]# ifconfig docker0 down
[root@localhost ~]# brctl delbr docker0
[root@localhost ~]# systemctl restart docker
[root@localhost ~]# docker run -itd --name httptest -p 8080:80 httpd:latest /bin/bash
8593b7a2dfa7f4d828210e48b93a68a298125665bcc3a149d99d7773f8728675

 

posted on 2019-06-18 16:30  东篱昏后  阅读(542)  评论(0编辑  收藏  举报