Files
ports/main/docker/pre-install.sh

6 lines
90 B
Bash

#!/bin/sh
if [ -z "`getent group docker`" ]; then
/usr/sbin/groupadd --system docker
fi