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

# 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