1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-14 03:39:53 +03:00
aports/testing/docker-auth/docker-auth.pre-install
Conrad Hoffmann 0901741476 testing/docker-auth: new aport
https://github.com/cesanta/docker_auth
Authentication server for Docker Registry 2
2023-04-05 21:52:28 +02:00

6 lines
156 B
Bash

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