Docker create
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
Create a new container from an image, without executing it?
docker create --name temp-container novaordis/test:build