-
Notifications
You must be signed in to change notification settings - Fork 451
Open
Description
Note
I understand this feature may not be as simple as it sounds. It will likely mean changing the editors to support forwarding udp ports as the current implementations likely do not leverage docker for it.
Anyway, I'm opening this issue to start the discussion because I haven't found one elsewhere.
It would be great if the following were possible:
{
"forwardPorts": ["5683/udp"]
}Or maybe:
{
"forwardPorts": [5683],
"portsAttributes": {
"5683": {
"label": "CoAP",
"onAutoForward": "silent",
"protocol": "udp"
}
}
}A workaround is to use the older appPort:
{
"appPort": ["5683/udp"]
}But appPort has limitations that forwardPorts don't have. For example, appPort ports cannot be labeled through portAttributes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels