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:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -42,7 +42,7 @@ servers = [
|
||||
$configureBox = <<-SCRIPT
|
||||
|
||||
apt-get update
|
||||
apt-get install -y apt-transport-https ca-certificates curl software-properties-common
|
||||
apt-get install -y apt-transport-https ca-certificates curl software-properties-common nfs-common
|
||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
|
||||
add-apt-repository "deb https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") $(lsb_release -cs) stable"
|
||||
apt-get update && apt-get install -y docker-ce
|
||||
|
||||
Reference in New Issue
Block a user