| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Docker.Parser
Documentation
Constructors
| FlagChown Chown | |
| FlagSource CopySource | |
| FlagInvalid (String, String) |
from :: Parser Instruction Source #
cmd :: Parser Instruction Source #
copy :: Parser Instruction Source #
fileList :: String -> (NonEmpty SourcePath -> TargetPath -> Instruction) -> Parser Instruction Source #
arg :: Parser Instruction Source #
env :: Parser Instruction Source #
singlePair :: Parser Pairs Source #
user :: Parser Instruction Source #
add :: Parser Instruction Source #
run :: Parser Instruction Source #
parseFile :: String -> IO (Either ParseError Dockerfile) Source #