Hi! I'm migrating from the old management SDK and struggling with creating container instances with a lot of options. Example would be appreciated. How do I set exposed UDP ports, and command line options? With the old Fluent SDK it was done like this: ``` .DefineContainerInstance(containerId + "-1") .WithExternalUdpPort(51234) .WithStartingCommandLine(_containerConfig.ImageExecutable, arguments) .Attach() ```
Hi!
I'm migrating from the old management SDK and struggling with creating container instances with a lot of options. Example would be appreciated.
How do I set exposed UDP ports, and command line options? With the old Fluent SDK it was done like this: