Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to configure docker logging? #280

Open
magoralczyk opened this issue Aug 15, 2024 · 0 comments
Open

How to configure docker logging? #280

magoralczyk opened this issue Aug 15, 2024 · 0 comments

Comments

@magoralczyk
Copy link

I have installed overleaf via overleaf-toolkit and then installed full texlive within the container via:
tlmgr update --self
tlmgr install scheme-full
My /var/lib/docker/ folder has now a size of hefty 21GB with 16,4GB in "overlay2" and 4GB in "containers" (and I have no other dockerized software in use).
I understand that I cannot downsize the docker images themselves residing in "overlay2", but I want to deactivate the docker logging to eliminate the 4GB of logs in "containers". The logs are placed like this:
/var/lib/docker/containers/CONTAINERID/CONTAINERID-json.log

I googled how to deactivate docker logging and it could be added as parameter at startup ( --log-driver none), but when I look into the bin/start Script I do not know, where to put it in.
Is there a quick hint for my problem?
Feature-request:
From my point of view, docker logging for the overleaf containers should be deactivated at default and optional via config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant