mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
We shouldn't start the container before handing it off to dockerpty - dockerpty will start it after attaching, which is the correct order. Otherwise the container might exit before we attach to it, which can lead to weird bugs. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>