Hello!
I am going to be using Docker more in the future, and thought about
running salt-master in a Docker container. I am aware that Docker
complicates things (this issue is a good example
https://github.com/saltstack/salt/issues/18569), so maybe you run
salt-master in docker in production and you have some recommendations or
insights to watch out for? How do you handle the ephemeral nature of
docker containers? Data volumes makes it easier to provide formula/etc
from the host, but do you need to worry about other stuff in /var/lib,
cache, logs, etc?
Thanks for any and all input!