Browse code

Adding archlinux packaging documentation

Shawn Siefkas authored on 2013/04/18 23:17:31
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
0
+Docker on Arch
1
+==============
2
+
3
+The AUR lxc-docker and lxc-docker-git packages handle building docker on Arch
4
+linux.  The PKGBUILD specifies all dependencies, build, and packaging steps.
5
+
6
+Dependencies
7
+============
8
+
9
+The only buildtime dependencies are git and go which are available via pacman.
10
+The -s flag can be used on makepkg commands below to automatically install
11
+these dependencies.
12
+
13
+Building Package
14
+================
15
+
16
+Download the tarball for either AUR packaged to a local directory.  In that
17
+directory makepkg can be run to build the package.
18
+
19
+# Build the binary package
20
+makepkg
21
+
22
+# Build an updated source tarball
23
+makepkg --source
24
+