Docker start: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Internal= | =Internal= | ||
* [[ | * [[Docker_Client_Operations#Start_a_Previously_Stopped_Container|Client Lifecycle Operations]] | ||
=Overview= | =Overview= |
Revision as of 19:29, 4 December 2017
External
Internal
Overview
Start a previously stopped container; new containers can be created with docker run.
docker start <container-id>