Learn R Programming

dockerfiler (version 0.2.4)

parse_dockerfile: Parse a Dockerfile

Description

Create a Dockerfile object from a Dockerfile.

Usage

parse_dockerfile(path)

Value

A Dockerfile object

Arguments

path

path to the Dockerfile

Examples

Run this code
parse_dockerfile(system.file("Dockerfile", package = "dockerfiler"))

Run the code above in your browser using DataLab