#!/bin/sh

# Perform a full system prune of anything more than a week old
docker system prune -a --filter "until=168h" --force
