All public logs

Jump to navigation Jump to search

Combined display of all available logs of Chorke Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:48, 18 December 2024 Shahed talk contribs created page Minikube MetalLB (Created page with "==Playground== {| |valign="top"| <syntaxhighlight lang="bash"> docker network prune -f docker volume prune -f docker system prune -f docker image ls </syntaxhighlight> |valign="top"| <syntaxhighlight lang="bash"> cat <<'EXE' | bash for d in system network volume do docker ${d} prune -f;done EXE </syntaxhighlight> |valign="top"| <syntaxhighlight lang="bash"> cat <<'EXE' | ssh [email protected] for d in system network volume do docker ${d} prune -f;done EXE </syntax...")