Skip to content

Commit d6e4417

Browse files
nirizrshiftre
authored andcommitted
installation.rst: server docker build instructions (#312)
1 parent 308cefd commit d6e4417

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/installation.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ nginx, mysql, rabbitmq and celery micro components. This makes server
3131
deployment a lot easier however a docker installation and roughly 1 GB of free
3232
space is required.
3333

34+
The docker container is not in the docker hub, but the the following docker-compose
35+
command can be used to build docker inside the rematch repository:
36+
37+
.. code-block:: console
38+
39+
$ service docker start ;
40+
$ docker-compose -f ./server/docker-compose.yml build ;
41+
$ docker-compose -f ./server/docker-compose.yml up -d ;
42+
3443
Installing the Rematch IDA Plugin
3544
---------------------------------
3645

0 commit comments

Comments
 (0)