Add details about building Docker images
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
This commit is contained in:
parent
23a0419a14
commit
454090d90b
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -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
|
||||
---------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue