I deployed a game server container from DockerHub and did not specify a volume. When I started the container I watched it download the appropriate game files before I realized my mistake. I have since recreated the container the right way but I can't seem to find where the game files were downloaded previously to remove them. If no volume is specified, where does Docker store the files in that container?