mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-22 03:00:05 +00:00
3 lines
110 B
Bash
Executable file
3 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker stop $(docker ps -aq); docker rm $(docker ps -aq); docker rmi $(docker images -q) --force
|