reorganise directory
This commit is contained in:
12
fluentd/Docker-Compose/run.sh
Normal file
12
fluentd/Docker-Compose/run.sh
Normal 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
|
||||
|
Reference in New Issue
Block a user