Is there's an option to start a container immediately on creation? Looking through the Create a Container docs I can't see one, but I suspect something like this may already exist.
Is there's an option to start a container immediately on creation? Looking through the Create a Container docs I can't see one, but I suspect something like this may already exist.
Can you take the container id from the response of Create a Container, then pass it into Start a Container?
Ended up doing as @dannyla mentions. Using Dockerode:
Added as as answer because sample code could be useful.