54943/docker-with-puppet-dns-allocation-to-the-docker-daemon
Hey @Dipika, to allocate a dns server to the Docker daemon, add the following code to the manifest file:
class { 'docker': dns => '8.8.8.8', }
Adding this snippet to your manifest will allocate a dns server to the Docker Daemon!
I am building a docker image via ...READ MORE
Hey @Liana, Including the docker_dir parameter is equivalent to ...READ MORE
Yes, you can! This module is compliant with ...READ MORE
By default, when the service stops or ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
To solve this problem, I followed advice ...READ MORE
There are 3 core use cases for integrating docker with Puppet or with ...READ MORE
As we already know,by default the Docker daemon ...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.