-
Type: Task
-
Status: New
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Container
-
Labels:None
-
Proposal:
The use case is the following:
I need to create a container based on an Image that has to be built dynamically (because I will place in the image the other components described in the TOSCA file).
The artifacts I have are:
- a Dockerfile that uses Puppet to build the image
The operation issued is Docker build
and than the image is placed into the registry.
The container is than created with a Docker run on the newly created image.
Since this is "the way my orchestrator implementation works" the proposal is as explained below