5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/bash
|
|
|
|
# Cleaning unused docker images.
|
|
docker image prune -a -f
|