1
0
mirror of https://github.com/docker/cli.git synced 2025-11-30 06:01:29 +03:00

docs: update link to libnetwork protocol doc

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2025-11-03 11:18:00 +01:00
parent b5bac44972
commit aa62a6a97a

View File

@@ -61,11 +61,4 @@ plugin protocol
The network driver protocol, in addition to the plugin activation call, is The network driver protocol, in addition to the plugin activation call, is
documented as part of libnetwork: documented as part of libnetwork:
[https://github.com/moby/moby/blob/master/libnetwork/docs/remote.md](https://github.com/moby/moby/blob/master/libnetwork/docs/remote.md). [https://github.com/moby/moby/blob/master/daemon/libnetwork/docs/remote.md](https://github.com/moby/moby/blob/master/daemon/libnetwork/docs/remote.md).
## Related Information
To interact with the Docker maintainers and other interested users, see the IRC channel `#docker-network`.
- [Docker networks feature overview](https://docs.docker.com/engine/userguide/networking/)
- The [LibNetwork](https://github.com/docker/libnetwork) project