All brand new to docker I am trying the "kylejohnson/zoneminder" image. From knowing nothing about docker to running ZoneMinder in just two days. Not bad

But the caveat: Everytime I stop the container my camera configuration is gone. Reading the Docker website there is a vehicle called data volume to persist data. But that approach seems a bit awkward for ZoneMinder.
What is the best way to persist the ZoneMinder config inside a docker container?