9 references to CreateCommand
Microsoft.NET.Build.Containers.IntegrationTests (9)
ContainerCli.cs (9)
15=> CreateCommand(log, "pull", args);
18=> CreateCommand(log, "push", args);
21=> CreateCommand(log, "stop", args);
24=> CreateCommand(log, "run", args);
27=> CreateCommand(log, "logs", args);
30=> CreateCommand(log, "login", args);
33=> CreateCommand(log, "inspect", args);
36=> CreateCommand(log, "load", args);
39=> CreateCommand(log, "port", containerName, port.ToString());