I'm trying to mount a directory from the host, on a Docker that I've already created. Everywhere I look, people say to mount a host drive when you run an image. But what are you supposed to do if you've already run the image and have a Docker that already exists? Is this even possible?
One way to solve this is to go ahead and make a 'sequences of Dockers' and make a new one out of the old one. Is this actually a workflow that is considered in line with the way Docker is supposed to work? Or is this just a hack?
Unless you have a crystal ball...and depending on the type of work you might be doing, things could come up tomorrow, next week, etc, and you might need to, say, mount a new drive. I know this is speculation, but it seems to be strange at the very least.