Add details about building Docker images

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
This commit is contained in:
Michael Opdenacker 2019-07-18 08:19:13 +02:00
parent 23a0419a14
commit 454090d90b

View file

@ -22,10 +22,11 @@ Requirements
* Exuberant Ctags
* Perl (for non-greedy regexes)
Installation
------------
See the next paragraph for building ready-made Docker images.
Elixir has the following architecture:
.---------------.
@ -114,6 +115,15 @@ Here is an example configuration for Apache:
Don't forget to enable cgi and rewrite support with `a2enmod cgi rewrite`.
Building Docker images
----------------------
Docker files are provided in the "docker/" directory. To generate your own
Docker image for indexing the Linux kernel sources (for example),
download the "Dockerfile" file for your target distribution and run:
$ docker build -t elixir --build-arg GIT_REPO_URL=git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git .
Hardware requirements
---------------------