Skip to content

Commit

Permalink
Merge pull request #20 from BigBitBusInc/fix/docker-install
Browse files Browse the repository at this point in the history
install docker via script
  • Loading branch information
bigbitbus authored May 1, 2023
2 parents e642fd2 + 7a5edeb commit e6f4ca1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ apt-get install unzip

# Note - we pegged the Kubernetes version here
snap install microk8s --classic --channel=1.19
snap install --stable docker
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
snap install kubectl --classic --channel=1.19
snap install helm --classic --channel=3.4
sleep 60 # Sometimes microk8s needs time to stabilize
Expand Down

0 comments on commit e6f4ca1

Please sign in to comment.