包含标签 docker 的文章

WSL里docker启动失败

报错: failed to start daemon: Error initializing network controller: error obtaining controller instance: unable to add return rule in DOCKER-ISOLATION-STAGE-1 chain: (iptables failed: iptables --wait -A DOCKER-ISOLATION-STAGE-1 -j RETURN: iptables v1.8.7 (nf_tables): RULE_APPEND failed (No such file or directory): rule in chain DOCKER-ISOLATION-STAGE-1 (exit status 4)) 解决: sudo update-alternatives --set iptables /usr/sbin/iptables-legacy sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy 参……

阅读全文

chrome with novnc in docker

sudo docker run --name chrome-novnc -p 8080:8080 -e VNC_PASS=meiyoumima vital987/chrome-novnc:latest Comments: (on github issue) ……

阅读全文

portainer重置密码

docker跑起来以后,portainer就不怎么登录了,久了就忘了密码。。。 portainer官方提供了一个helper用……

阅读全文