1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-06 00:44:59 +01:00
Hosh Sadiq e75cd79019 Fix Makefile for docs and main
Signed-off-by: Hosh Sadiq <hoshang.sadiq@gmail.com>
2022-07-19 10:55:34 +01:00
2022-07-19 10:55:34 +01:00
2022-02-24 15:22:04 +01:00
2022-03-08 15:27:02 +01:00
2021-09-21 09:23:34 -05:00
2022-02-24 15:22:04 +01:00
2021-09-21 09:03:34 -05:00
2022-07-19 10:55:34 +01:00
2022-01-26 13:34:28 -05:00
2022-06-28 16:19:28 +05:30
2021-10-05 10:15:02 -04:00

netavark: A container network stack

Netavark is a rust based network stack for containers. It is being designed to work with Podman but is also applicable for other OCI container management applications.

Overview and scope

Netavark is a tool for configuring networking for Linux containers. Its features include:

  • Configuration of container networks via JSON configuration file
  • Creation and management of required network interfaces, including MACVLAN networks
  • All required firewall configuration to perform NAT and port forwarding as required for containers
  • Support for iptables and firewalld at present, with support for nftables planned in a future release
  • Support for rootless containers
  • Support for IPv4 and IPv6
  • Support for container DNS resolution via the aardvark-dns project

Requires

Build

$ make

Test

$ make test

Also see ./test for more information.

Latest release

v1.0.0

Communications

For general questions and discussion, please use Podman's channels.

For discussions around issues/bugs and features, you can use the GitHub issues and PRs tracking system.

Description
Container network stack
Readme Apache-2.0 26 MiB
Languages
Rust 68%
Shell 31.1%
Makefile 0.9%