Skip to main content

Module dockerfile

Module dockerfile 

Source
Expand description

Dockerfile parser using nom.

Parses Dockerfile content into an AST of InstructionPos elements.

Structs§

ParseError
Parse error information.

Functions§

parse_dockerfile
Parse a Dockerfile string into a list of positioned instructions.