containerit (version 0.6.0)

Workdir: Constructor for a WORKDIR instruction

Description

Constructor for a WORKDIR instruction

Usage

Workdir(path)

Arguments

path

The path of the working directory

Value

the object

Examples

Run this code
# NOT RUN {
instruction <- containerit:::Workdir("~/myDir/subdir/")
toString(instruction)
# }

Run the code above in your browser using DataCamp Workspace