mirror of https://github.com/docker/docs.git
Merge pull request #3109 from artagnon/arch-install
Update Arch installation doc
This commit is contained in:
commit
b7bc80cba9
|
@ -11,8 +11,7 @@ Arch Linux
|
||||||
|
|
||||||
.. include:: install_unofficial.inc
|
.. include:: install_unofficial.inc
|
||||||
|
|
||||||
Installing on Arch Linux is not officially supported but can be handled via
|
Installing on Arch Linux can be handled via the package in community:
|
||||||
the package in community:
|
|
||||||
|
|
||||||
* `docker <https://www.archlinux.org/packages/community/x86_64/docker/>`_
|
* `docker <https://www.archlinux.org/packages/community/x86_64/docker/>`_
|
||||||
|
|
||||||
|
@ -33,6 +32,7 @@ the packages. The core dependencies are:
|
||||||
* device-mapper
|
* device-mapper
|
||||||
* iproute2
|
* iproute2
|
||||||
* lxc
|
* lxc
|
||||||
|
* sqlite
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
@ -48,7 +48,7 @@ is all that is needed.
|
||||||
For the AUR package execute:
|
For the AUR package execute:
|
||||||
::
|
::
|
||||||
|
|
||||||
yaourt -S lxc-docker-git
|
yaourt -S docker-git
|
||||||
|
|
||||||
The instructions here assume **yaourt** is installed. See
|
The instructions here assume **yaourt** is installed. See
|
||||||
`Arch User Repository <https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages>`_
|
`Arch User Repository <https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages>`_
|
||||||
|
|
Loading…
Reference in New Issue