You have created a Docker bridge network on a host with three containers attached, how do you make this containers accessible outside of the host?

You have created a Docker bridge network on a host with three containers attached, how do you make this containers accessible outside of the host?
A . Use network attach to access the containers on the bridge network
B . Use either EXPOSE or –publish to access the containers on the bridge network
C . Use network connect to access the containers on the bridge network
D . Use –link to access the containers on the bridge network
Correct

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments