I'm creating my custom Dockerfile based on the official image for personal use case. I need to modify some parameters (from this page) for tuning purposes.
How should I do it?
I have noticed this line which modifies the logging format. Maybe we can do the same.
I'm creating my custom
Dockerfilebased on the official image for personal use case. I need to modify some parameters (from this page) for tuning purposes.How should I do it?
I have noticed this line which modifies the logging format. Maybe we can do the same.