aports/community/docker-registry/docker-registry.pre-install
2015-10-21 05:59:15 +00:00

6 lines
152 B
Bash

#!/bin/sh
addgroup -S docker-registry 2>/dev/null
adduser -S -H -h /dev/null -s /sbin/nologin -D -G docker-registry docker-registry 2>/dev/null
exit 0