-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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()
Metadata
Metadata
Assignees
Labels
No labels