Somehow - get my nagios config into git and build it into my nagios docker container.
Maybe not image build, but entrypoint pull?
Or a separate script that does the pull as part of the entrypoint, so it can be re-run if/when required. Will still need a container restart, though. Maybe not that.
Get it to do a config check, too. Probably against the current image (but not running container).
Somehow - get my nagios config into git and build it into my nagios docker container.
Maybe not image build, but entrypoint pull?
Or a separate script that does the pull as part of the entrypoint, so it can be re-run if/when required. Will still need a container restart, though. Maybe not that.
Get it to do a config check, too. Probably against the current image (but not running container).