oneliner run container by image name or container name
use your container name instead of kind-control-plane
docker start `docker ps -a | awk '/kind-control-plane/{print $1}'`
The blog about containerisation, virtual machines and useful shell snippets and findings