1 #!/bin/sh 2 3 # create docker group 4 getent group docker > /dev/null || groupadd -g 142 docker
Generated by cgit