Package: docker.io
Version: 1.3.3~dfsg1-2

When you have a external docker group (ex. LDAP group) with same name, the installation crashs. The shared group in external LDAP Server is a best pratice.


Follow the patch to fix this possible problem in DEBIAN/postinst file:

6c6
<            if [ -z "$2" ]; then
---
                if ! getent group docker > /dev/null 2>&1 ; then


I saw a similar fix for the similar problem in that bug report : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=61049


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to