Docker create: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


* [[Docker Client Operations#Commands|Docker Client Operations]]
* [[Docker Client Operations#Commands|Docker Client Operations]]
* [[docker run#Overview|docker run]]


=Overview=
=Overview=

Revision as of 16:59, 30 April 2018

Internal

Overview

Create a new container from an image, without executing it?

docker create --name temp-container novaordis/test:build

We can do that when we need to copy files out of the container.