smartthings-mqtt-bridge icon indicating copy to clipboard operation
smartthings-mqtt-bridge copied to clipboard

Issue during Docker installation with "-v /opt/mqtt-bridge:/config"

Open wonderwareguru opened this issue 6 years ago • 1 comments
trafficstars

I'm getting this response in the CL: "docker: Error response from daemon: error while creating mount source path '/opt/mqtt-bridge': mkdir /opt/mqtt-bridge: read-only file system."

can anyone shed some light on how to resolve this?

Thanks

wonderwareguru avatar Oct 22 '19 23:10 wonderwareguru

you can change directory path like

$ sudo docker run -d --name="mqtt-bridge" -v ~/config/mqtt-bridge:/config -p 8080:8080 smartthings-mqtt-bridge

techinpark avatar Oct 28 '19 00:10 techinpark