added docker python code for virtualization

This commit is contained in:
2021-02-17 21:41:26 +04:00
parent 221bd10eb7
commit ebfac2321f
9 changed files with 199 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
docker kill $(docker ps -q)\
docker rm $(docker ps -a -q)
docker rmi $(docker images -q) --force
docker system prune --all