Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wonderwareguru opened this issue Oct 22, 2019 · 1 comment

Comments

@wonderwareguru
Copy link

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
Copy link

you can change directory path like

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants