-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning about folder name docker #297
Conversation
We can also specify a project name when running docker compose, that should be enough (in our case, |
If you change the folder´s name, for example docker2 and running docker compose with -p docker2 not work for me. |
Of course. |
Hello, sorry for the inconvenience . Thank you very much in advance. |
@superbully I guess you could try with this solution: #214 (comment) |
it doesn't work that way either |
Don't try to change from |
Hello, this way it works . But I need several environments on the same machine (development, testing, ...), so the name of the containers need to be different, otherwise, collisions occur. With the solution you propose, although the folder is different, it is no longer docker, the project name is still docker, so the containers are still called docker_******* . If I raise another project on the same server, errors occur because containers with the same name are already running. |
Understandable. I would like to remind that this docker composition is for development only, there are no guarantees for production usage. Once you cross the line of "something that doesn't exist out of the box", you are on your own. This is an open source project ran by volunteers, not a product with a dedicated support team. There is a pending PR that will solve the issue related to docker compose names by not depending on it anymore, but it's not yet merged: #268. Feel free to test it and give your feedback there. |
Hello, good morning. Translated with DeepL.com (free version) |
Alternatively, you might want to look at our helm chart.
|
hello, thank you very much for the information. the solution you propose is the one we are studying. our development environment is linux. we will continue testing and investigating. |
Fixed by #268 |
Thank you so much !! |
Too many people are failing into this issue. Give a warning before #214 is solved.