Add command to restart all docker containers

This commit is contained in:
2022-08-29 20:22:57 +02:00
parent b48a5510b7
commit 26eb1df555
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
function docker-restart-all-containers
bash "$HOME/.bin/docker-restart-all-containers"
end