Files
robot-shop/fluentd/Docker/run.sh
Steve Waterworth e90ebb9e33 initial load
2021-03-17 15:24:19 +00:00

14 lines
202 B
Bash

#!/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