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>

Related questions

0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
...