garethr-docker icon indicating copy to clipboard operation
garethr-docker copied to clipboard

Puppet module for managing docker

Results 110 garethr-docker issues
Sort by recently updated
recently updated
newest added

see https://docs.docker.com/compose/compose-file/#/variable-substitution

Improved description of configuration options of docker-compose class.

Hi. Is it possible to configure docker to use registry mirror with this module? Usually it means to run the deamon with `--registry-mirror` argument. Thanks

The refreshonly flag tells puppet to only execute the command of an exec resource when something has "changed". But there is no notify that tells this exec that something has...

$include_src is deprecated and will be removed in the next major release, please use $include => { 'src' => false } instead

Hi, I was looking for the plugin class but i wasn't able to find it, is it available? Is there another way to make this module manage the docker plugins...

Here is the command I'm using docker::registry { 'https://index.docker.io/v1': username => 'myuser', password => 'mypassword', } I am getting the following error "Notice: /Stage[main]/Main/Node[default]/Docker::Registry[https://index.docker.io/v1]/Exec[https://index.docker.io/v1 auth]/returns: Error: Cannot perform an interactive...

When i run puppet, it runs all the containers specified in puppet with hiera. the puppet agent run is successful. But when i restart the server, docker runs the containers...

Today the systemd file defined by _$service_overrides_template creates_ a file if not set to _undef_. However, if the if conditional statement is negative, it does not remove the the file....

Helps when the inherited limit from systemd is too low.