Browse code

Merge pull request #406 from shawnsi/405-arch-docs

Issue #405: Documentation for Arch Linux Install

Solomon Hykes authored on 2013/04/18 07:45:26
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,43 @@
0
+.. _arch_linux:
1
+
2
+Arch Linux
3
+==========
4
+
5
+Installing on Arch Linux is not officially supported but can be handled via 
6
+either of the following AUR packages:
7
+
8
+* `dotcloud-docker <https://aur.archlinux.org/packages/dotcloud-docker/>`_
9
+* `dotcloud-docker-git <https://aur.archlinux.org/packages/dotcloud-docker-git/>`_
10
+
11
+The dotcloud-docker package will install the latest tagged version of docker. 
12
+The dotcloud-docker-git package will build from the current master branch.
13
+
14
+Dependencies
15
+------------
16
+
17
+Docker depends on several packages which will be installed automatically with
18
+either AUR package.
19
+
20
+* aufs3
21
+* bridge-utils
22
+* go
23
+* iproute2
24
+* linux-aufs_friendly
25
+
26
+Installation
27
+------------
28
+
29
+The instructions here assume **yaourt** is installed.  See 
30
+`Arch User Repository <https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages>`_
31
+for information on building and installing packages from the AUR if you have not
32
+done so before.
33
+
34
+Keep in mind that if **linux-aufs_friendly** is not already installed that a
35
+new kernel will be compiled and this can take quite a while.
36
+
37
+::
38
+
39
+    yaourt -S dotcloud-docker-git
40
+
41
+Prior to starting docker modify your bootloader to use the 
42
+**linux-aufs_friendly** kernel and reboot your system.
... ...
@@ -13,6 +13,7 @@ Contents:
13 13
    :maxdepth: 1
14 14
 
15 15
    ubuntulinux
16
+   archlinux
16 17
    macos
17 18
    windows
18 19
    amazon