README
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -44,6 +44,7 @@ Vagrant.configure(2) do |config|
|
||||
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install docker-ce docker-ce-cli containerd.io docker-compose-plugin
|
||||
if [ -f /vagrant/join.sh ]; then /vagrant/join.sh; else echo "/vagrant/join.sh not found!"; fi
|
||||
SHELL
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user