static abstract class Dockerfile.MapInstruction
| Type | Name and description |
|---|---|
Map<String, String> |
command |
Closure |
commandClosure |
ItemJoiner |
joiner |
| Constructor and description |
|---|
Dockerfile.MapInstruction
(Map<String, String> command, ItemJoiner joiner) |
Dockerfile.MapInstruction
(Map<String, String> command) |
Dockerfile.MapInstruction
(Closure command) |
Groovy Documentation