mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-10 22:59:19 +00:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Starting garbage collection..."
|
|
|
|
registry garbage-collect /etc/docker/registry/config.yml
|