Start all docker containers with one command

To start all docker containers you can run the following command:

docker restart $(docker ps -a -q)