摘要:
开放端口的方法: 方法一:命令行方式 1. 开放端口命令: /sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT 2.保存:/etc/rc.d/init.d/iptables save 3.重启服务:/etc/init.d/iptables re 阅读全文
posted @ 2019-08-02 16:36
牛奔
阅读(4416)
评论(0)
推荐(0)
摘要:
问题描述: 启动Docker容器的时候 Error response from daemon: Cannot start container 20fa215ffd0061e6e596059276faae1e35522249e1abfee91f5a8043cf461f14: iptables fail 阅读全文
posted @ 2019-08-02 15:30
牛奔
阅读(7024)
评论(0)
推荐(1)
摘要:
``` /n //这里是直接定义一个匿名函数进行传递, 在以往的版本中, 这是不可用的. //现在, 这种语法非常舒服, 和javascript语法基本一致, 之所以说基本呢, 需要继续向下看 //结论: 一个舒服的语法必然会受欢迎的. callback(function() { print "This is a anonymous function./n"; }); //输出: This is... 阅读全文
posted @ 2019-08-02 10:38
牛奔
阅读(346)
评论(0)
推荐(0)

浙公网安备 33010602011771号