From 1dcd5487f03eaccab3b155f58bf13a4001899534 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:08:32 +0100 Subject: [PATCH 1/4] docs(plugins): update Docker Store to Docker Hub Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- docs/extend/plugins_network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/plugins_network.md b/docs/extend/plugins_network.md index 9d92a96400..46075e5734 100644 --- a/docs/extend/plugins_network.md +++ b/docs/extend/plugins_network.md @@ -60,7 +60,7 @@ $ docker run --network=mynet busybox top Network plugins are written by third parties, and are published by those third parties, either on -[Docker Store](https://store.docker.com/search?category=network&q=&type=plugin) +[Docker Hub](https://hub.docker.com/search?q=&type=plugin) or on the third party's site. ## Write a network plugin From a4d805f9cf5d3d76900a0b1682b7c93818990a39 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:14:00 +0100 Subject: [PATCH 2/4] =?UTF-8?q?docs(plugins):=20add=20Kathar=C3=A1=20engin?= =?UTF-8?q?e=20network=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- docs/extend/legacy_plugins.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/extend/legacy_plugins.md b/docs/extend/legacy_plugins.md index 6c842ac473..fb6ca0e4cf 100644 --- a/docs/extend/legacy_plugins.md +++ b/docs/extend/legacy_plugins.md @@ -49,10 +49,11 @@ The sections below provide an inexhaustive overview of available plugins. ### Network plugins | Plugin | Description | -|:-----------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| :--------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [Contiv Networking](https://github.com/contiv/netplugin) | An open source network plugin to provide infrastructure and security policies for a multi-tenant micro services deployment, while providing an integration to physical network for non-container workload. Contiv Networking implements the remote driver and IPAM APIs available in Docker 1.9 onwards. | | [Kuryr Network Plugin](https://github.com/openstack/kuryr) | A network plugin is developed as part of the OpenStack Kuryr project and implements the Docker networking (libnetwork) remote driver API by utilizing Neutron, the OpenStack networking service. It includes an IPAM driver as well. | | [Weave Network Plugin](https://www.weave.works/docs/net/latest/introducing-weave/) | A network plugin that creates a virtual network that connects your Docker containers - across multiple hosts or clouds and enables automatic discovery of applications. Weave networks are resilient, partition tolerant, secure and work in partially connected networks, and other adverse environments - all configured with delightful simplicity. | +| [Kathará Network Plugin](https://github.com/KatharaFramework/NetworkPlugin) | Docker Network Plugin used by Kathará, an open source container-based network emulation system for showing interactive demos/lessons, testing production networks in a sandbox environment, or developing new network protocols. | ### Volume plugins From 3ecd6b6c7f22d90bbec275cf2f68beca3e517cd5 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:14:56 +0100 Subject: [PATCH 3/4] docs(plugins): remove inline CSS markup Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- docs/extend/legacy_plugins.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/extend/legacy_plugins.md b/docs/extend/legacy_plugins.md index fb6ca0e4cf..39836dc7db 100644 --- a/docs/extend/legacy_plugins.md +++ b/docs/extend/legacy_plugins.md @@ -42,10 +42,6 @@ Follow the instructions in the plugin's documentation. The sections below provide an inexhaustive overview of available plugins. - - ### Network plugins | Plugin | Description | From 53a129e3d49b8952acb5bf277c6f7ebdc84d6065 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:15:49 +0100 Subject: [PATCH 4/4] docs(plugins): remove Weave engine network plugin Linked URL returned 404, looks like there's a v2 plugin now instead Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- docs/extend/legacy_plugins.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/extend/legacy_plugins.md b/docs/extend/legacy_plugins.md index 39836dc7db..31a8a655fb 100644 --- a/docs/extend/legacy_plugins.md +++ b/docs/extend/legacy_plugins.md @@ -48,7 +48,6 @@ The sections below provide an inexhaustive overview of available plugins. | :--------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [Contiv Networking](https://github.com/contiv/netplugin) | An open source network plugin to provide infrastructure and security policies for a multi-tenant micro services deployment, while providing an integration to physical network for non-container workload. Contiv Networking implements the remote driver and IPAM APIs available in Docker 1.9 onwards. | | [Kuryr Network Plugin](https://github.com/openstack/kuryr) | A network plugin is developed as part of the OpenStack Kuryr project and implements the Docker networking (libnetwork) remote driver API by utilizing Neutron, the OpenStack networking service. It includes an IPAM driver as well. | -| [Weave Network Plugin](https://www.weave.works/docs/net/latest/introducing-weave/) | A network plugin that creates a virtual network that connects your Docker containers - across multiple hosts or clouds and enables automatic discovery of applications. Weave networks are resilient, partition tolerant, secure and work in partially connected networks, and other adverse environments - all configured with delightful simplicity. | | [Kathará Network Plugin](https://github.com/KatharaFramework/NetworkPlugin) | Docker Network Plugin used by Kathará, an open source container-based network emulation system for showing interactive demos/lessons, testing production networks in a sandbox environment, or developing new network protocols. | ### Volume plugins