OpenMediaVault-Plugin-Developers / openmediavault-docker-gui

Docker plugin for OpenMediaVault
32 stars 17 forks source link

Make it possible to specify network protocol type (tcp/udp/both) when port fowarding #10

Closed nicjo814 closed 8 years ago

subzero79 commented 8 years ago

Isn't that done automatically based on Dockerfile export port?

nicjo814 commented 8 years ago

Well, maybe (if not I'll fix that). However I want to make custom port mappings with selectable protocol type.

ikogan commented 8 years ago

Only if you specify the -P, if you want to expose some ports and not others, you need to be able to specify protocol. FreeIPA, for example, wants to expose their ntp server on UDP 123 but since OMV has it's own NTP server and they share a clock, there isn't really a good reason to do that.