# 先提前拉取镜像,再运行keadm join命令 sudo ctr -n k8s.io images pull docker.m.daocloud.io/kubeedge/installation-package:v1.17.0 sudo ctr -n k8s.io images pull docker.m.daocloud.io/eclipse-mosquitto:1.6.15 #打tag sudo ctr -n k8s.io images tag docker.m.daocloud.io/eclipse-mosquitto:1.6...
I was using k8s config maps and there one has a directory to be mounted, hence the target should be a directory as well. So /mosquitto/config/ instead of /mosquitto/config/mosquitto.conf however for you in docker your command should work as long as the conf file really exists....