dont know why i'm battling with this...
i want to mount a custom flink-conf.yaml into /opt/flink/cong.
i always do it via configs in docker, but when doing it it fails as the fs is read only and fails.
i dont want to copy it in at image build time as that hard wires it not allowing me to make changes and just restart container.
what is everyone doing?