as.character,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
as.character(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