Docker run always created a new container, unless you're using the host volume.
The data you had in the previous containers won't appear automatically in the new container, unless you have some kind of persistence outside it, be a volume, an external database and so on.