Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct{}
func (*Parser) Parse ¶
func (p *Parser) Parse(path string, r io.Reader) (*dockerfile.Dockerfile, error)
Parse parses Dockerfile content from the provided reader. The path is provided purely for metadata, it does not have to exist.
func (*Parser) ParseFile ¶
func (p *Parser) ParseFile(path string) (*dockerfile.Dockerfile, error)
ParseFile parses a Dockerfile from the given path
Click to show internal directories.
Click to hide internal directories.