1 #!/bin/sh 2 3 if [ -z "`getent group docker`" ]; then 4 /usr/sbin/groupadd --system docker 5 fi
Generated by cgit