Container Volumes
Starting from v0.5.3, each container is given a persistent Docker volume which can be used for persistent storage. The volume is mounted at /kiosc, and the container can read or write files in this path at will. The next time the container starts up, the files will still be there.