We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Quite often, I'm finding myself having to pass --read-only as an extra_parameter to ::docker::run, like so:
--read-only
extra_parameter
::docker::run
::docker::run { 'postgres': image => "puppet/puppetdb-postgres:${version}", ... extra_parameters => [ '--read-only=true', ] }
It would be great to have a 'native' parameter for this, i.e. read_only => true.
read_only => true
The text was updated successfully, but these errors were encountered:
Add new parameter 'read_only' to ::docker::run
0a0edc2
Fixes puppetlabs#153
4dfb9dd
5bc3fd1
No branches or pull requests
Quite often, I'm finding myself having to pass
--read-only
as anextra_parameter
to::docker::run
, like so:It would be great to have a 'native' parameter for this, i.e.
read_only => true
.The text was updated successfully, but these errors were encountered: