项目作者: dubo-dubon-duponey

项目描述 :
Kibana container for amd64 (based on debian:buster-slim)
高级语言: Shell
项目地址: git://github.com/dubo-dubon-duponey/docker-kibana.git
创建时间: 2019-10-31T08:24:03Z
项目社区:https://github.com/dubo-dubon-duponey/docker-kibana

开源协议:MIT License

下载


What

Docker image for Kibana.

This is based on Kibana.

Image features

  • multi-architecture:
    • linux/amd64
    • linux/arm64 unsupported by Kibana
    • linux/arm/v7 unsupported by Kibana
    • linux/arm/v6 unsupported by Kibana
  • hardened:
    • image runs read-only
    • image runs with no capabilities
    • process runs as a non-root user, disabled login, no shell
  • lightweight
    • based on our slim Debian buster version
    • simple entrypoint script
    • multi-stage build with no installed dependencies for the runtime image:
      • nodejs
      • fontconfig
      • libfreetype6
  • observable
    • healthcheck
    • log to stdout
    • prometheus endpoint not applicable

Run

  1. docker run -d \
  2. --net bridge \
  3. --cap-drop ALL \
  4. --read-only \
  5. dubodubonduponey/kibana

Notes

Prometheus

Not applicable.

Moar?

See DEVELOP.md