About docker deployment #9340
Unanswered
xianyuhuang
asked this question in
Q&A
Replies: 1 comment
-
The same way you do any mounting in docker, you can either mount to the default location I have some examples here: https://chronosphere.io/learn/fluent-bit-tips-tricks/ e.g. docker run --rm -it -v $PWD/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf:ro fluent/fluent-bit or docker run --rm -it -v $PWD/fluent-bit.conf:/some/other/location.conf:ro fluent/fluent-bit -c /some/other/location.conf |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering how I'm supposed to mount the config file after I pull the image from the docker container
Beta Was this translation helpful? Give feedback.
All reactions