Crate dockerfile_parser_rs

Source

Structs§

Dockerfile
This struct represents a Dockerfile instance.

Enums§

Instruction
This enum represents available instructions in a Dockerfile.
ParseError
Protocol
This enum represents available protocols for the EXPOSE instruction in a Dockerfile.

Type Aliases§

ParseResult