Reputation: 291
I'm trying to install discourse forum on the Amazon Linux AMI release 2014.03. To install that forum I should use docker 1.2 or more but when I type "yum install docker" I getting version 1.1.2-1.0.amzn1 from amazon. So how can I download and install the last version from https://github.com/docker/docker?
Upvotes: 2
Views: 756
Reputation: 291
I found answer on my question here: https://github.com/docker/docker/issues/7968
$ yum --enablerepo epel-testing install docker-io
Upvotes: 4