first commit
This commit is contained in:
4
Linux/clean-server-with-docker.sh
Normal file
4
Linux/clean-server-with-docker.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Cleaning unused docker images.
|
||||
docker image prune -a -f
|
||||
Reference in New Issue
Block a user