Skip to content

Commit b95ed88

Browse files
authored
Update README.md
1 parent 3c51469 commit b95ed88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Kathará Network Plugin
22

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á.
44

55
The plugin has two different versions, which are divided in the two main folders:
66
- [`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).
77
- [`bridge`](/bridge/) (legacy): creates pure L2 LANs using Linux bridges and veth pairs (which is built using the `kathara/katharanp` tag).
88

99
## Build from source
1010

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.
1212

1313
To build both the plugin versions, type on terminal (in the root of the project):
1414
```
@@ -28,7 +28,7 @@ The build process leverages on Docker, so you don't need any dependencies instal
2828

2929
## Use the Plugin without Kathará
3030

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.
3232

3333
### Assign MAC Addresses to network interfaces
3434

0 commit comments

Comments
 (0)