Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 515 Bytes

HOWTO-DOCKERIZE.md

File metadata and controls

22 lines (12 loc) · 515 Bytes

Creating a Docker Image

A guide for creating a new Docker image with the Elasticsearch connector.

Base image

The connector requires a Linux base image with glibc (not Alpine).

Java

The connector requires Java 11 or later, preferably the latest Long-Term Support (LTS) version.

Only the Java Runtime is required, not the JDK.

Ports

The connector runs an HTTP server that listens on port 31415 by default.

Permissions

The connector must have read+write access to its installation directory.