update,
This commit is contained in:
6
nssheung/laravel-simple-tryout/clear_docker.ps1
Normal file
6
nssheung/laravel-simple-tryout/clear_docker.ps1
Normal file
@@ -0,0 +1,6 @@
|
||||
# Stop and remove all running containers
|
||||
docker stop $(docker ps -a -q)
|
||||
docker rm $(docker ps -a -q)
|
||||
|
||||
# Remove all container images
|
||||
docker rmi $(docker images -q)
|
Reference in New Issue
Block a user