Skip to content

Commit e8bdee3

Browse files
Update kubernetes-in-docker
1 parent af9506c commit e8bdee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kubernetes-in-docker

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Purpose: docker installation + kubectl + kind
33

44
# Docker Installation
5+
apt update -y && apt install -y curl
56
curl -fsSL https://get.docker.com -o get-docker.sh
67
sh get-docker.sh
78
rm get-docker.sh

0 commit comments

Comments
 (0)