From e35762acab82193c79806e44d42e8d76f55f087c Mon Sep 17 00:00:00 2001 From: Marcho <41415464+marchocode@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:20:50 +0000 Subject: [PATCH] :star: update tiny-shell.sh --- tiny-shell.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tiny-shell.sh b/tiny-shell.sh index eec9a39..f5526cb 100755 --- a/tiny-shell.sh +++ b/tiny-shell.sh @@ -270,8 +270,10 @@ dockerce(){ print_info + info "Install Docker..." + apt-get update > /dev/null && apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin > /dev/null - docker run hello-world + docker version && info "Install Docker Success..." }