contrib/docker-git/post-install
James Mills 5b115c698f Added docker-git (NEW): Pack, ship and run any application as a lightweight container
--HG--
extra : rebase_source : 72290899350bcddf632b3e03c3356784c961b9a9
2014-02-12 01:24:33 +10:00

5 lines
93 B
Bash
Executable File

#!/bin/bash
# create docker group
getent group docker > /dev/null || groupadd -g 142 docker