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

The Puppet Docker repository

Results 64 puppetlabs-docker issues
Sort by recently updated
recently updated
newest added

## Describe the Bug #468 tried to fix an issue with noop but now introduced that the exec is always triggered if using latest. ## Expected Behavior Exec does not...

community
bug

For user generated networks, the automatically defined network can overlap an existing one. User defined network addresses pool can be provided to Docker daemon through the use of default-address-pools parameter...

feature
community

When running docker-based services, puppet creates systemd startup file named docker-.service with dependency on `docker.service` and `multi-user.target`. docker.service depends on multi-user.target. docker- adds WantedBy=multi-user.target that creates complement circular dependency According...

bugfix
community

## Describe the Bug When using docker::image or docker::images with image_tag=latest puppet reports changes on evry puppet run. ## Expected Behavior I would expect docker::image to report changes only when...

community
bug
attention-needed

If I delete `/root/.docker/config.json` then it isn't rebuilt by docker::registry. ~~I suggest adding a ` creates => '/root/.docker/config.json',` to the exec.~~ https://github.com/puppetlabs/puppetlabs-docker/blob/f7df65a9c2eff754e798ff6c21f22e260662ffc8/manifests/registry.pp#L150 I am using version 4.2.1 of the module....

feature
community

pdksync/remove_puppet_module_gems pdk version: `2.5.0`

maintenance
hacktoberfest

This PR aims to implement some changes that ensure no malformed commands are passed through to the system. Certain commands were left undivided as the commands did not get correctly...

I'm not a programmer, but the old description looked very complicated and unreadable. And I can't check it for Windows

community

## Describe the Bug For Docker CE packages: when managing the Docker package (`docker::manage_package => true`) but *not* setting `docker::package_source` (i.e. packages are installed from APT or YUM repos available...

community
bug

## Describe the Bug When managing containers with docker::run_instance if ensure: absent it added the containers continue to run if restart_on_unhealthy: true is also in the config block. ## Expected...

community
bug