@pattyland
Sorry, v0.0.5 has been on hold while I tackle other commitments. So not much recent progress there.
You could just create a docker volume for holding the config file (monocle.token, monocle.properties from /etc/monocle) so that the container is not mounting any writable path on your host, but the docker volume could persist your monocle config outside of the lifecycle of the container instances.
In the interim … if there is anything you can do to the docker image to make the config better/easier, feel free to make changes to the Dockerfile and submit a pull request and I can include it in the image: https://github.com/MonocleCam/monocle-gateway-docker
Thanks!