tsuru / now

Yet another script to install Tsuru and its dependencies.
BSD 3-Clause "New" or "Revised" License
89 stars 53 forks source link

fix debian install and docker version check #53

Closed guilhermebr closed 7 years ago

guilhermebr commented 7 years ago

This PR fixes run.bash as follow:

linux-image-extra is an Ubuntu only package.

The command to get docker version was changed, got the new from: https://get.docker.com/

Also is possible to use: $(docker version --format '{{.Client.Version}}')

andrewsmedina commented 7 years ago

@guilhermebr thank you!