598fcd5f Dominic Ricottone
3 years ago
1 2 3 4 5
#!/bin/sh for container in $(docker-get-exited); do docker start "$container" done