DCA Exam QuestionsBrowse all questions from this exam

DCA Exam - Question 48


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’

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
I_am_still_a_robot
Jan 23, 2024

B docker service create --name dns-cache --publish 53:53/udp dns-cache

bes_iOption: B
Aug 11, 2024

--protocol UDP