QuestionQ20
702.1 Application Container ManagementAfter creating a new Docker network with the following command:
docker network create --driver bridge isolated_nw
Which parameter must be added to docker create to attach a container to that network?
- A --attach=isolated_nw
- B --network=isolated_nw
- C --ethernet=isolated_nw
- D --alias=isolated_nw
- E --eth0=isolated nw
Community Discussion