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

8
Docker/clean-docker.sh Normal file
View File

@@ -0,0 +1,8 @@
#removing unused docker images
docker image prune -a
#remove unused docker networks
docker network prune
#remove unused docker volumes
docker volume prune