Docker - Containers - Restart a container
docker restart
{
image
id
}
docker start
-ai
11cc47339ee1
where:
11cc47339ee1
is the container ID.
or
docker start
-ai
container_name