List of questions
Related questions
Question 32 - 305-300 discussion
After creating a new Docker network using the following command:
docker network create --driver bridge isolated_nw
which parameter must be added to docker create in order to attach a container to the network?
A.
--eth0=isolated_nw
B.
--alias=isolated_nw
C.
--ethernet=isolated_nw
D.
--network=isolated_nw
E.
--attach=isolated_nw
Your answer:
0 comments
Sorted by
Leave a comment first