We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment mounting the file into container looks like this:
.withProperty("_ignored", "resource_with_destination::/config/|syslog-ng.conf");
which is
I suggest to look for a appropriate solution, probably as a part of @Container annotation and with a class to describe a required mount
@Container
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment mounting the file into container looks like this:
which is
I suggest to look for a appropriate solution, probably as a part of
@Container
annotation and with a class to describe a required mountThe text was updated successfully, but these errors were encountered: