# docker run -d -p 5000:5000 registry
3d1399e00c5f3065cc1ecb5f2d64025f97df9422cd5bec154bffe7e6cd0a1d41
docker: Error response from daemon: failed to create endpoint small_bhabha on network bridge: iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 5000 -j DNAT --to-destination 172.17.0.2:5000 ! -i docker0: iptables: No chain/target/match by that name.
(exit status 1).
解决办法:重启docker服务
systemctl stop docker
systemctl start docker
阅读(1230) | 评论(0) | 转发(0) |