Added docker install to post install script.
This commit is contained in:
@ -13,6 +13,18 @@ systemctl restart sshd
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#================================================================
|
||||||
|
# Post install setup docker
|
||||||
|
#================================================================
|
||||||
|
echo "Installing docker via helper script."
|
||||||
|
curl -fsSL https://get.docker.com -o get-docker.sh | sh -
|
||||||
|
|
||||||
|
echo "Adding docker permissions for standard user."
|
||||||
|
usermod -aG docker james
|
||||||
|
#================================================================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#================================================================
|
#================================================================
|
||||||
# Post install fail2ban configuration
|
# Post install fail2ban configuration
|
||||||
#================================================================
|
#================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user