Issue #405: Documentation for Arch Linux Install
| 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. |