Browse code

Arch docs: Added lxc-docker-nightly AUR package, modified deps

lxc-docker-nightly installs latest build. Removed go from dependencies, as it is not needed in lxc-docker and lxc-docker-nightly. The -git package will flag go as a dependency upon installation.

dkumor authored on 2013/11/28 01:25:30
Showing 1 changed files
... ...
@@ -12,26 +12,28 @@ Arch Linux
12 12
 .. include:: install_unofficial.inc
13 13
 
14 14
 Installing on Arch Linux is not officially supported but can be handled via 
15
-either of the following AUR packages:
15
+one of the following AUR packages:
16 16
 
17 17
 * `lxc-docker <https://aur.archlinux.org/packages/lxc-docker/>`_
18 18
 * `lxc-docker-git <https://aur.archlinux.org/packages/lxc-docker-git/>`_
19
+* `lxc-docker-nightly <https://aur.archlinux.org/packages/lxc-docker-nightly/>`_
19 20
 
20 21
 The lxc-docker package will install the latest tagged version of docker. 
21 22
 The lxc-docker-git package will build from the current master branch.
23
+The lxc-docker-nightly package will install the latest build.
22 24
 
23 25
 Dependencies
24 26
 ------------
25 27
 
26 28
 Docker depends on several packages which are specified as dependencies in
27
-either AUR package.
29
+the AUR packages. The core dependencies are:
28 30
 
29 31
 * bridge-utils
30 32
 * device-mapper
31
-* go
32 33
 * iproute2
33 34
 * lxc
34 35
 
36
+
35 37
 Installation
36 38
 ------------
37 39
 
... ...
@@ -42,7 +44,7 @@ done so before.
42 42
 
43 43
 ::
44 44
 
45
-    yaourt -S lxc-docker-git
45
+    yaourt -S lxc-docker
46 46
 
47 47
 
48 48
 Starting Docker