Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Docker: Consider not to use shared configurations / files in the docker host
-
It seems to be pretty hard to reinstall your docker container. Deleting networks, volumes and images is not enough if the password in the docker-compose file has changed.
-
Hi; do you have any specific recommendations? We are reevaluating our Docker strategy, perhaps to include things like Swarm or Kubernetes as distribution options.
Here's what we do now...
-
Well, i think it is against the docker concept to share such files.
It makes it hard to throw a container away and start from the scretch.
-
Can you be more specific? I don't understand?
You most definitely do not want to "throw away" your package store or database...
-
I think they mean that they want to be able to "recycle" the container, hence needing it to be abvle to have password changes.