stjohnjohnson / smartthings-mqtt-bridge

Bridge between SmartThings and MQTT
https://hub.docker.com/r/stjohnjohnson/smartthings-mqtt-bridge/
MIT License
363 stars 242 forks source link

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

Open wonderwareguru opened 4 years ago

wonderwareguru commented 4 years ago

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

techinpark commented 4 years ago

you can change directory path like

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