Tyleo-Scripts/runner/run-docker-reloadall

5 lines
111 B
Text
Raw Permalink Normal View History

2024-02-18 18:06:30 +00:00
#!/bin/bash
# Redémarrer tous les conteneurs Docker
docker restart $(docker ps --filter "status=running" -q)