parse_dockerfile

Function parse_dockerfile 

Source
pub fn parse_dockerfile(input: &str) -> Result<Vec<InstructionPos>, ParseError>
Expand description

Parse a Dockerfile string into a list of positioned instructions.