docker how to run existing container

C++
sudo docker exec -it <container name> <command>docker start <container-name/ID>
Source

Also in C++: