Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 997 Bytes

docker-readme.md

File metadata and controls

25 lines (16 loc) · 997 Bytes

ResourceContracts Elasticsearch Dockerfile

This repository contains the Dockerfile for ResouceContracts Elasticsearch component for Docker.

Base Docker Image

Ubuntu 14.04

Installation

  1. Install Docker.
  2. Clone this repo git clone https://github.com/younginnovations/docker-rc-elasticsearch.git
  3. Go to the cloned folder docker-rc-elasticsearch
  4. Build an image from Dockerfile docker build -t=rc-index .

Usage

TODO

  • Update the apache configuration so that the system could be accessed from the base IP http://xxx
  • Mount the system temporary folder to the host folder to preserve the temporary files and logs
  • Currently system is run using root, need to use appropriate users for running the servers and applications.