You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Kathará Network Plugin
2
2
3
-
This repository contains the source code for the Docker Network Plugin.
3
+
This repository contains the source code for the Docker Network Plugin used by Kathará.
4
4
5
5
The plugin has two different versions, which are divided in the two main folders:
6
6
-[`vde`](/vde/): creates pure L2 LANs using VDE (Virtual Distributed Ethernet) software switches and tap interfaces (which is built using the `kathara/katharanp_vde` tag).
7
7
-[`bridge`](/bridge/) (legacy): creates pure L2 LANs using Linux bridges and veth pairs (which is built using the `kathara/katharanp` tag).
8
8
9
9
## Build from source
10
10
11
-
The plugin is compiled and released for both `amd64` and `arm64` architectures. The tag of the plugin identifies the architecture. For backward compatibility, the `latest` tag is a retag of the `amd64` version.
11
+
The plugin is compiled and released for both `amd64` and `arm64` architectures. The tag of the plugin identifies the architecture.
12
12
13
13
To build both the plugin versions, type on terminal (in the root of the project):
14
14
```
@@ -28,7 +28,7 @@ The build process leverages on Docker, so you don't need any dependencies instal
28
28
29
29
## Use the Plugin without Kathará
30
30
31
-
It is possible to leverage on this plugin as a standalone Docker Network Plugin, in order to create pure L2 networks. Please check the README of each version (inside the corresponding folder) for specific information.
31
+
It is possible to leverage on this plugin as a standalone Docker Network Plugin, in order to create pure L2 networks. Please check the `README` of each version (inside the corresponding folder) for specific information.
0 commit comments