GithubHelp home page GithubHelp logo

isabella232 / docker-elasticsearch-3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aptible/docker-elasticsearch

0.0 0.0 0.0 151 KB

License: MIT License

Makefile 17.63% HTML 5.95% Shell 76.41%

docker-elasticsearch-3's Introduction

aptible/elasticsearch

Docker Repository on Quay.io Build Status

Elasticsearch on Docker.

Installation and Usage

docker pull quay.io/aptible/elasticsearch

This is an image conforming to the Aptible database specification. To run a server for development purposes, execute

docker create --name data quay.io/aptible/elasticsearch
docker run --volumes-from data -e USERNAME=aptible -e PASSPHRASE=password -e DB=db quay.io/aptible/elasticsearch --initialize
docker run --volumes-from data -P quay.io/aptible/elasticsearch

The first command sets up a data container named data which will hold the configuration and data for the database. The second command creates an Elasticsearch instance with a username, passphrase and database name of your choice. The third command starts the database server.

Available Tags

  • latest: Currently Elasticsearch 7.10
  • 7.10
  • 7.9
  • 7.8
  • 7.7
  • 7.6
  • 7.5
  • 7.4

Tests

Tests are run as part of the Dockerfile build. To execute them separately within a container, run:

bats test

Deployment

To push the Docker image to Quay, run the following command:

make push

Continuous Integration

Images are built and pushed to Quay and the Docker Hub on push to master in Travis.

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2019 Aptible, Frank Macreery, and contributors.

docker-elasticsearch-3's People

Contributors

aaw avatar fancyremarker avatar jbergknoff avatar joshraker avatar krallin avatar tobalsgithub avatar usernotfound avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.