From 494cbd602473083179340483a26800f47d74c576 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 22 May 2020 14:27:44 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'docker-install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add end of installation message --- docker-install.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docker-install.sh b/docker-install.sh index 153357f..d60eb30 100644 --- a/docker-install.sh +++ b/docker-install.sh @@ -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 " -echo "In order to run Docker as non-root user" \ No newline at end of file +echo "#In order to run Docker as non-root user" +echo "# Then Log off !" +echo "################################" \ No newline at end of file