thelebster / example-mosquitto-simple-auth-docker

Configure Mosquitto MQTT broker to require client authentication using a valid username and password.
52 stars 35 forks source link

Starting point changed #1

Closed literadix closed 5 years ago

literadix commented 5 years ago

Without the "dot" you will get the following error in latest docker:

ERROR: for eclipse-mosquitto Cannot start service mosquitto: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/docker-entrypoint.sh\": permission denied": unknown

thelebster commented 5 years ago

@literadix Thanks for pointing that.