0 votes
in Docker by

Which of the following is not a Docker network type?

a) bridge

b) host

c) overlay

d) transit

1 Answer

0 votes
by
d) transit

Explanation:

Docker supports several network types, including bridge, host, and overlay. "transit" is not one of the built-in network types in Docker.
...