Update Docker docs & Add Raspberry Pi specific Docker info
This started based on some of the mqtt-io-in-Docker-on-Raspberry-Pi things that I mentioned in my workaround comment on #416, but grew a bit to bring some things up to date. This doesn't include a fix for that issue, as while it can be worked around with Config, I think a more general fix may be needed.
Summary of changes
- Update Docker docs & Examples to use the new
flyte/mqtt-ioDocker Image Name - Update Docker docs to remove mention of different tags for different CPU architectures, and instead mention the multi-arch builds
- Added DHT22 on Raspberry Pi specific information about;
- Filesystem permissions
- Docker Security Options
- How to set both from the Docker Commandline and with
docker compose
I wasn't entirely sure where to put this, or if it's even the level of detail that is wanted in the docs, so I'm happy to take suggestion/instruction around the structure/tone/wording etc. of any of these changes.
I've discovered I still had something else running in the background, so while mqtt-io was able to read from the DHT22, it isn't able to setup the DHT22 correctly when it's the only thing running, so I need to do some more work