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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: