reorganise directory

This commit is contained in:
Steve Waterworth
2021-03-19 10:17:14 +00:00
parent 4c03be5d1e
commit 5a22b100b2
10 changed files with 185 additions and 24 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/sh
IMAGE_NAME="robotshop/fluentd:elastic"
docker run \
-d \
--rm \
--name fluentd \
-p 24224:24224 \
-v $(pwd)/fluent.conf:/fluentd/etc/fluent.conf \
$IMAGE_NAME