docker compose setup #15

Open
pradykaushik wants to merge 5 commits from pradykaushik/issues/issue-13-docker-compose-setup into master

5 commits

Author SHA1 Message Date
Pradyumna Kaushik
f974fa8b84 change mesos-agent + elektron image to spdf repo 2019-11-08 17:13:39 -05:00
Pradyumna Kaushik
f41f7ef2c4 added license 2019-11-07 19:17:08 -05:00
Pradyumna Kaushik
b29bbb2f79 added license 2019-11-07 19:13:21 -05:00
Pradyumna Kaushik
b2428882d9 fixed logdir prefix for consistency with Dockerfile 2019-11-07 18:52:48 -05:00
Pradyumna Kaushik
df4952fc0d docker-compose setup
Updated .gitignore to ignore test log dirs from project.

HOST_IP env var is used by entrypoint script to populate
the PCP config.
The entrypoint script does the following.
1. construct the PCP config file using the value of the env var
	HOST_IP.
2. run elektron by providing all the basic command-line options.

Added build and run instructions in the README. These include
instructions to run elektron on bare-metal or using docker-compose.
2019-11-07 18:49:55 -05:00