Conversation
|
Hi, just wanted to note that we have seen this and will get to it in some time - thanks for the suggestions, at first glance they look very appropraite |
|
There IS a use case for container names: having human-readable container names in |
|
Fortunately, the name is never random and is built according to very clear rules. I only removed them because these names were used for DNS resolution |
|
@vanodevium I'll have to test later then. My experience had previously been that the name is akin to a commit hash. Seemingly-random generated gibberish that corresponds to something internally. Now I'm left wondering if that got changed, or if I misunderstood what was happening before 🤔 |
1d58bcd to
43b25a1
Compare
|
Most likely, you are a little confused about what names are assigned by docker. When a container is started within a compose, the name is built according to approximately this rule: (project or cwd) + service name + number of scale (default 1) |
Hi! This project looks awesome, really!
I try to optimize docker-compose.yml for common use cases:
I also think that there is no point in cloning the repository to run this project.
So it is enough to describe only two points in the readme: