Browse code

Updating the arch linux installation docs

New AUR package name
Adding systemd service unit info

Shawn Siefkas authored on 2013/04/18 23:17:57
Showing 1 changed files
... ...
@@ -6,16 +6,16 @@ Arch Linux
6 6
 Installing on Arch Linux is not officially supported but can be handled via 
7 7
 either of the following AUR packages:
8 8
 
9
-* `dotcloud-docker <https://aur.archlinux.org/packages/dotcloud-docker/>`_
10
-* `dotcloud-docker-git <https://aur.archlinux.org/packages/dotcloud-docker-git/>`_
9
+* `lxc-docker <https://aur.archlinux.org/packages/lxc-docker/>`_
10
+* `lxc-docker-git <https://aur.archlinux.org/packages/lxc-docker-git/>`_
11 11
 
12
-The dotcloud-docker package will install the latest tagged version of docker. 
13
-The dotcloud-docker-git package will build from the current master branch.
12
+The lxc-docker package will install the latest tagged version of docker. 
13
+The lxc-docker-git package will build from the current master branch.
14 14
 
15 15
 Dependencies
16 16
 ------------
17 17
 
18
-Docker depends on several packages which will be installed automatically with
18
+Docker depends on several packages which are specified as dependencies in
19 19
 either AUR package.
20 20
 
21 21
 * aufs3
... ...
@@ -23,6 +23,7 @@ either AUR package.
23 23
 * go
24 24
 * iproute2
25 25
 * linux-aufs_friendly
26
+* lxc
26 27
 
27 28
 Installation
28 29
 ------------
... ...
@@ -37,7 +38,22 @@ new kernel will be compiled and this can take quite a while.
37 37
 
38 38
 ::
39 39
 
40
-    yaourt -S dotcloud-docker-git
40
+    yaourt -S lxc-docker-git
41
+
42
+Starting Docker
43
+---------------
41 44
 
42 45
 Prior to starting docker modify your bootloader to use the 
43 46
 **linux-aufs_friendly** kernel and reboot your system.
47
+
48
+There is a systemd service unit created for docker.  To start the docker service:
49
+
50
+::
51
+
52
+    sudo systemctl start docker
53
+
54
+To start on system boot:
55
+
56
+::
57
+
58
+    sudo systemctl enable docker