Majoson

Results 13 comments of Majoson

你就不能点放行?

你没有搞明白 docker 网络的机制,这不能算是bug。 docker bridge的实现原理是在系统中创建一块虚拟网卡(docker0)用snat把eth0当做网关来上网,而且docker0和eth0并不在同一个网段,不在同一个网段你自然是访问不了的,连ping都ping不通。

关于容器之间的网络互通,应该在启动容器时用 --link 参数,具体可以自己百度一下

你可以ifconfig看一下docker0网卡拿到的地址,在容器中使用这个ip作为dnsip

try reflush your board

请先安装micropython-ulogger

Looks like the mpy decoder version is different, try recompiling the mpy file

In the `Handler.__init__` function, this parameter is required to be of `iterable` type, so it is possible to pass in `list` and `tuple`, and the passed in value will be...