Mise à jour de 'docker-install.sh'

Add end of installation message
This commit is contained in:
ben
2020-05-22 14:27:44 +00:00
parent a05bfd5801
commit 494cbd6024

View File

@@ -9,7 +9,11 @@ sudo add-apt-repository \
stable"
sudo apt-get -y update
sudo apt-get -y install docker-ce docker-ce-cli containerd.io
echo ""
echo "################################"
echo "################################"
echo "# You Must Run command : "
echo "sudo usermod -aG docker <USER>"
echo "In order to run Docker as non-root user"
echo "#In order to run Docker as non-root user"
echo "# Then Log off !"
echo "################################"