Browse code

Packager's manual: official build vs distro build

Solomon Hykes authored on 2013/09/11 03:30:14
Showing 1 changed files
... ...
@@ -18,6 +18,18 @@ You can also join the IRC channel - #docker and #docker-dev on Freenode are both
18 18
 If possible, your package should be called "docker". If that name is already taken, a second
19 19
 choice is "lxc-docker".
20 20
 
21
+## Official build vs distro build
22
+
23
+The Docker project maintains its own build and release toolchain. It is pretty neat and entirely
24
+based on Docker (surprise!). This toolchain is the canonical way to build Docker, and the only
25
+method supported by the development team. We encourage you to give it a try, and if the circumstances
26
+allow you to use it, we recommend that you do.
27
+
28
+You might not be able to use the official build toolchain - usually because your distribution has a
29
+toolchain and packaging policy of its own. We get it! Your house, your rules. The rest of this document
30
+should give you the information you need to package Docker your way, without denaturing it in
31
+the process.
32
+
21 33
 ## System build dependencies
22 34
 
23 35
 To build docker, you will need the following system dependencies