mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-08 08:39:02 -06:00
FF-1914: New docker plugin
This commit is contained in:
@@ -85,9 +85,11 @@ public class DockerExecute: Node
|
||||
|
||||
var result = args.Execute(new()
|
||||
{
|
||||
Command = command,
|
||||
ArgumentList = arguments.ToArray()
|
||||
Command = "docker",
|
||||
ArgumentList = arguments.ToArray(),
|
||||
Silent = false
|
||||
});
|
||||
|
||||
|
||||
if (AdditionalOutputs?.Any() == true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user