docker-related error record
vi /etc/sysctl. onf
vi /usr/lib/syctl.d/00-system.conf
net. pv4.ip_forward=1
systemctl start network
sysctl net.ipv4.ip_forward
vi /etc/sysctl.conf
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
sysctl -p
- First say the pit encountered, when executing the command, the image specified in the pull configuration file on the worknode, if the image is present in DockerHub, if it is private, it will not be possible to fetch even if it is logged in
- Solutions:add --with-registry-authve after stack deemployment