I set it to debug at somepoint and forgot maybe? Idk, but why the heck does the default config of the official Docker is to keep all logs, forever, in a single file woth no rotation?

Feels like 101 of log files. Anyway, this explains why my storage recipt grew slowly but unexpectedly.

  • @sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    English
    324 days ago

    There’s basically three types of networking config:

    • direct with the kernel - don’t do this
    • some distro-specific abstraction - e.g. /etc/network/interfaces for Debian
    • networking manager - wicked, network manager, etc

    I do the last one because it’s distro-agnostic. I use Network Manager and it works fine.