Docker start: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Internal=
=Internal=


* [[Docker Client Operations#start|Client Operations]]
* [[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>