0 votes
in Docker by

What is the Docker command to disconnect a container from the bridge network?

a) docker disconnect bridge <container>

b) docker network disconnect <container>

c) docker network disconnect bridge <container>

d) None of the options

1 Answer

0 votes
by
c) docker network disconnect bridge <container>
...