Docker start: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:


Start a previously stopped container; new containers can be created with [[docker run#Overview|docker run]].
Start a previously stopped container; new containers can be created with [[docker run#Overview|docker run]].
docker start <''container-id''>

Revision as of 02:35, 20 November 2017

External

Internal

Overview

Start a previously stopped container; new containers can be created with docker run.

docker start <container-id>