54864/does-puppetlabs-docker-module-support-docker-plugins
The puppetlabs/docker module supports the installation of Docker plugins:
docker::plugin {'foo/fooplugin:latest': settings => ['VAR1=test','VAR2=value'] }
To disable an active plugin:
docker::plugin {'foo/fooplugin:latest': enabled => false, }
To remove an active plugin:
docker::plugin {'foo/fooplugin:latest' ensure => 'absent', force_remove => true, }
Yes, you can! This module is compliant with ...READ MORE
This error indicates that probably there is ...READ MORE
The Kubernetes module uses the kubeclient library to ...READ MORE
The puppetlabs/kubernetes module installs and configures Kubernetes. You need ...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
Within the context of a running container, ...READ MORE
The module currently supports types for kubernetes_pod kubernetes_service kubernetes_replication_controller kubernetes_node kubernetes_event kubernetes_endpoint kubernetes_namespace kubernetes_secret kubernetes_resource_quota kubernetes_limit_range kubernetes_peristent_volume kubernetes_persistent_volume_claim kubernetes_component_status kubernetes_service_account Not all ...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.