May 13May 13 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?
May 13May 13 Community Expert Solution 59 minutes ago, Neurotic said:If no volume is specified, where does Docker store the files in that container?It gets stored in the docker.img file. I would delete the container and select to delete the image (the container image, not docker.img) as well, then reinstall with the correct volumes. If you already did this, then you're good. Edited May 13May 13 by strike
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.