Pinned Loading
-
free up disk space after docker garbage
free up disk space after docker garbage 1#!/bin/bash
2GARBAGE="/var/lib/docker/aufs/diff"
3du -hd 1 $GARBAGE | sort -hrk 1 | head -25
4find $GARBAGE -maxdepth 1 -name *-removing -exec rm -rf '{}' \;
-
simple nginx configuration with php-fpm
simple nginx configuration with php-fpm 1user nginx;
2pid /run/nginx.pid;
3error_log /var/log/nginx/error.log info;
45http {
-
-
-
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.