Exec
Run new commands inside running containers. Refer to the command-line reference for more information.
To exec a command in a container, you first need to create an exec instance,
then start it. These two API endpoints are wrapped up in a single command-line
command, docker exec
.