Learn R Programming

containerit (version 0.6.0)

toString,Instruction-method: Convert an Instruction-object to a string holding a Docker instruction

Description

Convert an Instruction-object to a string holding a Docker instruction

Usage

# S4 method for Instruction
toString(x, ...)

Arguments

x

Instruction object (of class Run, Cmd, From ...)

...

Arguments to be passed down to toString

Value

A single character string in Dockerfile syntax