54793/puppet-docker-how-configure-docker-container-use-nfs-volume
docker_volume { 'nfs-volume': ensure => present, driver => 'local', options => { type => 'nfs4', o => 'addr=10.10.10.10,rw', device => ':/exports/data' }, }
Add this snippet to your manifest file. This will do!
There are a few considerations to be ...READ MORE
Instead of running a Dockerized puppet container onetime, ...READ MORE
PuppetDB exposes a dashboard, showing various operational ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
If using Hiera, configure the docker::volumes class in the ...READ MORE
Run the following docker command: $ docker run ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.