docs/engine/reference/commandline/network_disconnect.md

20 lines
462 B
Markdown

---
datafolder: engine-cli
datafile: docker_network_disconnect
title: docker network disconnect
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}
## Examples
```bash
$ docker network disconnect multi-host-network container1
```