Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Convert ¶
type Convert struct {
Dockerfile string `short:"d" long:"dockerfile" description:"Dockerfile to be converted."`
Name string `short:"n" long:"name" description:"human readable index to the container image." required:"true"`
Version string `short:"v" long:"version" description:"container name." required:"true"`
Output string `short:"o" long:"output" description:"output container name."`
}
Click to show internal directories.
Click to hide internal directories.