Browse code

README: refer to the docs for install instructions to remove duplication.

Solomon Hykes authored on 2013/09/07 06:52:14
Showing 1 changed files
... ...
@@ -143,25 +143,11 @@ as they can be built by running a Unix command in a container.
143 143
 Install instructions
144 144
 ==================
145 145
 
146
-Quick install on Ubuntu 12.04 and 12.10
146
+Docker can be installed on your local machine as well as servers - both bare metal and virtualized.
147
+It is available as a binary on most modern Linux systems, or as a VM on Windows, Mac and other systems.
147 148
 
148
-```bash
149
-curl https://get.docker.io | sudo sh -x
150
-```
151
-
152
-Binary installs
153
-
154
-Docker supports the following binary installation methods.  Note that
155
-some methods are community contributions and not yet officially
156
-supported.
149
+For the most up-to-date install instructions, see the [install page on the documentation](http://docs.docker.io/en/latest/installation/).
157 150
 
158
-* [Ubuntu 12.04 and 12.10 (officially supported)](http://docs.docker.io/en/latest/installation/ubuntulinux/)
159
-* [Arch Linux](http://docs.docker.io/en/latest/installation/archlinux/)
160
-* [Mac OS X (with Vagrant)](http://docs.docker.io/en/latest/installation/vagrant/)
161
-* [Windows (with Vagrant)](http://docs.docker.io/en/latest/installation/windows/)
162
-* [Amazon EC2 (with Vagrant)](http://docs.docker.io/en/latest/installation/amazon/)
163 151
 
164 152
 Usage examples
165 153
 ==============