first commit

This commit is contained in:
Bobban Rydh
2022-11-05 22:08:40 +01:00
commit 28e1434df2
15 changed files with 272 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Cleaning unused docker images.
docker image prune -a -f