Merge "Update vagrant support to use docker 1.9.0 rather experimental"

This commit is contained in:
Jenkins 2015-11-01 15:16:51 +00:00 committed by Gerrit Code Review
commit 17d74f3c12

View File

@ -1,2 +1,2 @@
#!/bin/bash
su "$OS_USER" -c "curl -sSL https://experimental.docker.com/ | sh"
su "$OS_USER" -c "curl -sSL https://test.docker.com/ | sh"