WhaleDeck logo

How to start all exited Docker containers at once

Written by Typ0genius profile picture @Typ0genius
solution

Quickly learn How to start all exited Docker containers at once with WhaleDeck Shorts. Clear, step-by-step guides for Docker.


The answer is quite simple. The following command shows how to

start all containers with state exited.

docker start $(docker ps -a -q -f status=exited)
WhaleDeck
Tired of typing commands? Experience the ease of docker server management with WhaleDeck's beautiful GUI. Get things done faster and try it for free today! WhaleDeck on iPhone, iPad, and Mac