Storing data from IoT gateway to Docker Container

Hi, I am new in docker. I would like to know is it possible to collect IoT data and store inside docker container, like docker container will work as a storage. My target is to send iot data from a gateway to docker container to store and analysis. If anyone has experience please advice me.

Hi,

This seems like good application for docker volumes, which are designed for persisting application data for containers. You can learn more at the following links: