We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9506c commit e8bdee3Copy full SHA for e8bdee3
kubernetes-in-docker
@@ -2,6 +2,7 @@
2
# Purpose: docker installation + kubectl + kind
3
4
# Docker Installation
5
+apt update -y && apt install -y curl
6
curl -fsSL https://get.docker.com -o get-docker.sh
7
sh get-docker.sh
8
rm get-docker.sh
0 commit comments