FAQ
- How can I check the running log server configurations, like MAX_RESERVE_DAYS? You can check the container environment values using either of the following commands:
docker inspect logserver |findstr MAX_RESERVE_DAYS
Or by checking the container environment:
docker exec -it logserver env |grep MAX_RESERVE_DAYS
If nothing is returned, it means the log server is using the default value: MAX_RESERVE_DAYS=7
- Do I need to purchase Docker Desktop licenses when installing the log server container image on Windows?
Yes. A valid Docker Desktop license is required.
- Should I use a new server for log server installation?
Yes. It is recommended to use a dedicated server for the log server installation to ensure performance and isolation.
FAQ
In this article
Copied!
Failed!