1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Update URL for Docker install.

As usual the old URL started providing a broken version of Docker rather than producing a clear error message.  This happens once a year or so.
This commit is contained in:
David Steele
2018-12-03 12:41:53 -05:00
parent 17e611cb88
commit 14190f9e6c
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ Vagrant.configure(2) do |config|
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install Docker' && date
curl -fsSL test.docker.com | sh
curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker vagrant
#---------------------------------------------------------------------------------------------------------------------------