Docker create

From NovaOrdis Knowledge Base
Revision as of 17:01, 30 April 2018 by Ovidiu (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Various options, such as the network to connect to, etc. can be specified when the container is created.