Skip to content

Commit

Permalink
⭐ update tiny-shell.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
marchocode committed Feb 2, 2024
1 parent 9aa39f5 commit e35762a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tiny-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
}


Expand Down

0 comments on commit e35762a

Please sign in to comment.