Skip to content

Commit

Permalink
Fix: use correct installer script for Ubuntu to enable aufs instead o…
Browse files Browse the repository at this point in the history
…f vfs
  • Loading branch information
William-Yeh committed Jul 1, 2015
1 parent 40223ea commit 37e6fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-trusty/vagrant-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sudo apt-get update
#

# install Docker
curl -sL https://get.docker.io/ubuntu/ | sudo sh
curl -sL https://get.docker.io/ | sudo sh

# enable memory and swap accounting
sed -i -e \
Expand Down

0 comments on commit 37e6fce

Please sign in to comment.