I am trying to install mosquitto in docker as a MQTTv5 Broker to upload the firmware. However when I run the command given in the section for getting started then I get the following error.
C:\Users\Dell PC Roshan\stabilizer>docker run -p 1883:1883 --name mosquitto -v "/c/Users/Dell PC Roshan/stabilize"/mosquitto.conf:/mosquitto/config/mosquitto.conf -v /mosquitto/data -v /mosquitto/log eclipse-mosquitto:2
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/run/desktop/mnt/host/c/Users/Dell PC Roshan/stabilize/mosquitto.conf" to rootfs at "/mosquitto/config/mosquitto.conf" caused: mount through procfd: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type.
Could you please advise me.