Docker create: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Docker Client Operations =Overview= Create a new container.") |
|||
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
Create a new container | Create a new container from an image, <font color=red>without executing it?</font> | ||
docker create --name temp-container novaordis/test:build |
Revision as of 23:17, 29 January 2018
Internal
Overview
Create a new container from an image, without executing it?
docker create --name temp-container novaordis/test:build