You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently not possible and it is not planned right now.
AFAIK the usual workflow is that the logs are written to the STDOUT of the container where they are collected and written to a file by the container engine (Docker) on the host. There they can be collected and sent somewhere to ElasticSearch etc.. So normally it is not needed to create any special volumes for writing logs to files.
We want to use volume for mounting the container running log contents to the host,
Can it support it ?
currently we just use
to get them.
Thanks
The text was updated successfully, but these errors were encountered: