mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
archlinux installation doc: correct some details
1. The AUR package is called docker-git, not lxc-docker-git.
2. According to the official community package, docker depends on
sqlite.
3. 02ef8ec
(Update archlinux.rst as packages have changed, 2013-12-06)
updated the installation instructions, but left behind residual
wording about the AUR package not being officially supported; the
community repository is officially supported.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
This commit is contained in:
parent
f4676f0ffa
commit
f832b76bdf
1 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,7 @@ Arch Linux
|
|||
|
||||
.. include:: install_unofficial.inc
|
||||
|
||||
Installing on Arch Linux is not officially supported but can be handled via
|
||||
the package in community:
|
||||
Installing on Arch Linux can be handled via the package in community:
|
||||
|
||||
* `docker <https://www.archlinux.org/packages/community/x86_64/docker/>`_
|
||||
|
||||
|
@ -33,6 +32,7 @@ the packages. The core dependencies are:
|
|||
* device-mapper
|
||||
* iproute2
|
||||
* lxc
|
||||
* sqlite
|
||||
|
||||
|
||||
Installation
|
||||
|
@ -48,7 +48,7 @@ is all that is needed.
|
|||
For the AUR package execute:
|
||||
::
|
||||
|
||||
yaourt -S lxc-docker-git
|
||||
yaourt -S docker-git
|
||||
|
||||
The instructions here assume **yaourt** is installed. See
|
||||
`Arch User Repository <https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages>`_
|
||||
|
|
Loading…
Add table
Reference in a new issue