54784/puppet-docker-what-is-the-equivalent-of-docker-in-puppet-code
To remove an image, add the following code to the manifest file:
docker::image { 'base': ensure => 'absent' } docker::image { 'ubuntu': ensure => 'absent', image_tag => 'precise' }
This will act as docker rm command.
Facter is a library that reports and ...READ MORE
Hey @Pallavi, etckeeper-commit-post: In this configuration file you can ...READ MORE
Puppet supports several kinds of plug-ins: Custom facts ...READ MORE
Puppet apply- Applies a standalone Puppet manifest to ...READ MORE
Within the context of a running container, ...READ MORE
If scaling is a issue, you can ...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
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.