mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
Initial commit
This commit is contained in:
4
roles/docker/templates/cron_docker-gc.j2
Normal file
4
roles/docker/templates/cron_docker-gc.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
test -x {{ bin_dir }}/docker-gc || exit 0
|
||||
{{ bin_dir }}/docker-gc
|
||||
Reference in New Issue
Block a user