Files
docker-scripts/docker-start-all
T
2023-02-08 13:46:00 -06:00

4 lines
43 B
Bash
Executable File

#!/bin/sh
docker start $(docker ps -a -q)