go-stash is a high performance, free and open source server-side data processing pipeline that ingests data from Kafka, processes it, and then sends it to ElasticSearch.
go-stash:
image: kevinwan/go-stash:latest # if you "macOs intel" or "linux amd"
container_name: go-stash
environment:
# 时区上海 - Time zone Shanghai (Change if needed)
TZ: Asia/Shanghai
user: root
restart: always
linux centos 报错
Error response from daemon: unable to find user root: no matching entries in passwd file
docker-compose启动:
linux centos 报错