Answers for "killall dock"

41

docker kill everything

docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
Posted by: Guest on May-10-2020
0

relaunch doc macos

Go into Terminal and enter this command (may not work on other systems):
killall Dock
Posted by: Guest on December-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language