I am trying to connect to a container instance and run a command on it using
IContainerGroup.ExecuteCommandAsync("dockerImage", "Command","Command".Length, 1);
This returns a password and a webhookUri. What am I supposed to do with that information?
It doesn't appear that my "Command" worked. I have tried something as simple as
"/bin/sh -c \"touch fileTest.txt\""
but that doesn't work.
I am at a loss.