summaryrefslogtreecommitdiff
path: root/doc/install/Docker.mdwn
blob: f3d7c189e0effcef9ccf765178a5982f4533b665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
There is not yet a pre-built Docker image for git-annex. However, it's
easy to add it to an image.

For example:

	docker run -i -t joeyh/debian-unstable apt-get install git-annex

# containers for autobuilders

The git-annex Linux autobuilds are built using Docker containers.
Most of these are not published, but you can build your own. (See below.)

Since the Android autobuilder container can take quite a lot of work to get
built, it is published. `docker pull joeyh/git-annex-android-builder`

# building autobuilder containers using Propellor

The Docker containers are built using
[Propellor](http://joeyh.name/code/propellor). To generate your own image,
Just install Propellor and add this to its `config.hs`:

[[!format haskell """
import qualified Propellor.Property.SiteSpecific.GitAnnexBuilder as GitAnnexBuilder

	, host hostname@"your.machine.net" = Just $ props
	        & Docker.configured
		& Docker.docked container hostname "amd64-git-annex-builder"
	, GitAnnexBuilder.standardAutoBuilderContainer dockerImage "amd64" 15 "2h"
"""]]

This will autobuild every hour at :15, and the autobuilt image will be
left inside the container in /home/builder/gitbuilder/out/