🏀
Focusing
A life-long learner and a human-being that loves building (and breaking :) ) stuff.
-
CTO@Perculus / PhDc@Ozyegin Uni.
- İstanbul
- @xaferel
Highlights
- Pro
Pinned Loading
-
-
-
Configure Docker Logging
Configure Docker Logging 1sh -c "truncate -s 0 /var/lib/docker/containers/*/*-json.log"
2echo '{ "log-driver": "json-file", "log-opts": {"max-size": "100m", "max-file": "3"} }' &> /etc/docker/daemon.json
3sudo sh -c "truncate -s 0 /var/lib/docker/containers/*/*-json.log"
4systemctl reload docker
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.