mirror of https://github.com/docker/docs.git
Update "Binaries" installation language to point to distro packages first
Also, added a minor consistency update to our usage of "wget".
This commit is contained in:
parent
77f1362c64
commit
65fcc81b42
|
@ -12,17 +12,9 @@ Binaries
|
||||||
**This instruction set is meant for hackers who want to try out Docker
|
**This instruction set is meant for hackers who want to try out Docker
|
||||||
on a variety of environments.**
|
on a variety of environments.**
|
||||||
|
|
||||||
Right now, the officially supported distributions are:
|
Before following these directions, you should really check if a packaged version
|
||||||
|
of Docker is already available for your distribution. We have packages for many
|
||||||
- :ref:`ubuntu_precise`
|
distributions, and more keep showing up all the time!
|
||||||
- :ref:`ubuntu_raring`
|
|
||||||
|
|
||||||
|
|
||||||
But we know people have had success running it under
|
|
||||||
|
|
||||||
- Debian
|
|
||||||
- Suse
|
|
||||||
- :ref:`arch_linux`
|
|
||||||
|
|
||||||
Check Your Kernel
|
Check Your Kernel
|
||||||
-----------------
|
-----------------
|
||||||
|
@ -34,7 +26,7 @@ Get the docker binary:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
wget --output-document=docker https://get.docker.io/builds/Linux/x86_64/docker-latest
|
wget https://get.docker.io/builds/Linux/x86_64/docker-latest -O docker
|
||||||
chmod +x docker
|
chmod +x docker
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue