Files
robot-shop/fluentd/Docker/run.sh

14 lines
202 B
Bash
Raw Normal View History

2021-03-17 15:24:19 +00:00
#!/bin/sh
. ./setenv.sh
docker run \
-d \
--rm \
--name fluentd \
-p 24224:24224 \
-v $(pwd)/humio.conf:/fluentd/etc/humio.conf \
-e FLUENTD_CONF=humio.conf \
$IMAGE_NAME