Does this command create a swarm service that only listens on port 53 using the UDP protocol?
‘docker service create --name dns-cache -p 53:53 --udp dns-cache’
Does this command create a swarm service that only listens on port 53 using the UDP protocol?
‘docker service create --name dns-cache -p 53:53 --udp dns-cache’
B docker service create --name dns-cache --publish 53:53/udp dns-cache
--protocol UDP