-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add example to readme showing how to make a container name unique #87
Comments
I will submit a request for this in the next couple of days. |
I synced this with the last pushes. I recognized little changes and have to double check. In the meantime, is there a 'better' solution is place? Meaning, is this update in the readme still useful? |
Maybe not because there is a PR fixing this, so I will suggest to wait
|
I am ready to send a PR. I found that the solution with the groovy maven plugin is useful for other things as well. Say, if you need the local ip address, e.g. a mail server is started locally and the docker instance needs to know this address in order to connect to the mail server. Let me know if you wish a PR. |
Enhance the ftest module with a dedicated test case (with profile) which allows to execute the same container name and configuration in parallel. The example is based on a maven plugin generating an UUID to the project properties.
The text was updated successfully, but these errors were encountered: