mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix installation link from welcome page.
This commit is contained in:
parent
6dbcdd3ed5
commit
11998ae7d6
2 changed files with 10 additions and 5 deletions
|
@ -32,7 +32,7 @@ For an overview of Docker, please see the `Introduction
|
|||
<http://www.docker.io>`_. When you're ready to start working with
|
||||
Docker, we have a `quick start <http://www.docker.io/gettingstarted>`_
|
||||
and a more in-depth guide to :ref:`ubuntu_linux` and other
|
||||
`installation </installation>`_ paths including prebuilt binaries,
|
||||
:ref:`installation_list` paths including prebuilt binaries,
|
||||
Vagrant-created VMs, Rackspace and Amazon instances.
|
||||
|
||||
Enough reading! :ref:`Try it out! <running_examples>`
|
||||
|
|
|
@ -1,12 +1,17 @@
|
|||
:title: Documentation
|
||||
:description: -- todo: change me
|
||||
:keywords: todo, docker, documentation, installation, OS support
|
||||
|
||||
:title: Docker Installation
|
||||
:description: many ways to install Docker
|
||||
:keywords: docker, installation
|
||||
|
||||
.. _installation_list:
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
There are a number of ways to install Docker, depending on where you
|
||||
want to run the daemon. The :ref:`ubuntu_linux` installation is the
|
||||
officially-tested version, and the community adds more techniques for
|
||||
installing Docker all the time.
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
|
|
Loading…
Reference in a new issue