Vitach
Vitach

Reputation: 291

Install docker 1.2 on Amazon Linux AMI release 2014.03

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

Answers (1)

Vitach
Vitach

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

Related Questions