mirror of
https://github.com/jprdonnelly/kubernetes-cluster.git
synced 2025-12-19 18:05:19 -05:00
Update Vagrantfile
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -53,6 +53,7 @@ $configureBox = <<-SCRIPT
|
||||
#### the supported version of docker-ce against the latest kubeadm
|
||||
DOCKERVER=`apt-cache madison docker-ce|grep 18.06|head -1|awk '{print $3}'`
|
||||
sudo apt-get update && sudo apt-get install -y docker-ce="$DOCKERVER"
|
||||
sudo apt-mark hold docker-ce
|
||||
|
||||
# run docker commands as vagrant user (sudo not required)
|
||||
usermod -aG docker vagrant
|
||||
|
||||
Reference in New Issue
Block a user