Resuming a stopped Container
Procedure
Enter the docker start command with the Container ID in the command line to
resume the Container.
# sudo docker start {container-id}
Note: This preserves environment variables set during the initial docker run
statement.