-
Notifications
You must be signed in to change notification settings - Fork 107
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
names of containers are not consisistent #67
Comments
I could not find official documentation of why "_1" is added, but some useful discussions here and there: docker/compose#472 Also, possibly below, a solution? Use explicit naming and take advantages of labels?
|
container names end up with underscores and a number as "_1" in my setup. See kartoza#67 In my setting (ubuntu 16.04), compared with the container names in this Makefile, mine have _1 at the end, such as: dockerosm_db_1 dockerosm_imposm_1 dockerosm_osmupdate_1
This should be fixed in #70 |
docker-osm/Makefile
Line 1 in b1a7800
see also https://github.com/kartoza/docker-osm/issue_comments#issuecomment-411777356
In my setting (ubuntu 16.04), compared with the container names in this Makefile, mine have _1 at the end, such as:
Hence, many commands from the Makefile based on $(PROJECT_ID) do not work.
The text was updated successfully, but these errors were encountered: