Docker create: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
docker create --name temp-container novaordis/test:build | docker create --name temp-container novaordis/test:build | ||
We can do that when we need to copy files out of the container. |
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
We can do that when we need to copy files out of the container.