docker-scripts/docker-start-all

4 lines
43 B
Plaintext
Raw Permalink Normal View History

2023-02-08 19:46:00 +00:00
#!/bin/sh
docker start $(docker ps -a -q)