File: docker-prune.sh

package info (click to toggle)
voms-api-java 3.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,356 kB
  • sloc: java: 7,554; sh: 667; xml: 368; makefile: 5
file content (7 lines) | stat: -rwxr-xr-x 116 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash 
set -x

docker container prune -f
docker volume prune -f
docker image prune -f
docker network prune -f