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

When using `local_user` when creating registry credentials, puppet would fail with a permission denied error when writing to `.docker/config.json`. When `local_user` was specified, it seems that the `docker login` command...

bugfix
community

## Describe the Bug Class `docker::compose` silently fails to download/install the binary (file contains the string "Not Found"). ## Expected Behavior `docker::compose` should install docker-compose binary to /usr/local/bin/ ## Steps...

community
bug

## Describe the Bug When the version option is set to a specific version, docker-ce-cli package latest version installed. ``` class { 'docker': version => '5:20.10.21~3-0~ubuntu-focal', ip_forward => false, iptables...

community
bug

## What you expected to happen? On a Raspberry Pi 3 with Ubuntu 18.04 I expected this to be able to install Docker. ## What happened? Docker fails to install....

## Describe the Bug I've recently upgraded from v4.1.2 to v6.0.2 and ever since my server has been failing to run puppet. A clear and concise description of what the...

community
bug

## Describe the Bug When using `docker::plugin` an error is raised when provisioning a VM for the first time. this instruction is executed without checking whether the Docker class is...

community
bug

The *_docker_params_changed is triggering on sequential puppet runs when nothing should have changed resulting in a container restarting every puppet run. I believe this is very much related to #781...

community
bug

## Use Case The parameter storage_driver has valid values of aufs, devicemapper, btrfs, overlay, overlay2, vfs and zfs. I am trying to run docker in a lxd/lxc container on ubuntu...

community
enhancement

## Describe the Bug v10 breaks puppet during the docker compose check if exists. The argument array is adding the docker options between the -p and project_name. Commit that added...

bug

When these templates were converted from ERB to EPP in commit 3e101cb3151c3e739cd8541dfbc5329f6ae6b647 (#944), these lines were swapped, causing a whitespace change and unnecessary service restarts.