Skip to content

Commit 7a5edeb

Browse files
committed
install docker via script
1 parent e642fd2 commit 7a5edeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/local-kubernetes-cluster-installation/install-microk8s-on-ubuntu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ apt-get install unzip
5050

5151
# Note - we pegged the Kubernetes version here
5252
snap install microk8s --classic --channel=1.19
53-
snap install --stable docker
53+
curl -fsSL https://get.docker.com -o get-docker.sh
54+
sh get-docker.sh
5455
snap install kubectl --classic --channel=1.19
5556
snap install helm --classic --channel=3.4
5657
sleep 60 # Sometimes microk8s needs time to stabilize

0 commit comments

Comments
 (0)