Update vagrant support to use docker 1.9.0 rather experimental

Experimental docker changes very frequently and this can lead to unexpected
behavior. It will be better to use docker latest release rather experimental.

Change-Id: Ic40155a3788e37158df65d43bc8629f4f30a7bbf
Closes-bug: #1507447
This commit is contained in:
Vikas Choudhary 2015-10-19 10:25:16 +05:30
parent 15b3cfa3d9
commit ab0c782ad6
1 changed files with 1 additions and 1 deletions

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"