Update README again

This commit is contained in:
Joel Elkins 2023-04-10 23:35:47 -05:00
parent 5524034b6c
commit 2cc4b36e05
Signed by: joel
GPG Key ID: 133589DC38921AE2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Networks refer to pre-existing podman networks. The purpose of configuring them
in this file is to set per-container options, e.g., static ips, DNS servers, or
whether to enable ipv6. If a static IP is defined for a container, the
corresponding network (matching by the "name" property) must have already been
configured using `podman network add …`, and the subnet of the podman network
configured using `podman network create …`, and the subnet of the podman network
must contain the configured IP address. In my case (and one of the main reasons
for this tool), I use macvlan networks, which alters the network configuration
somewhat, e.g.: the `ipv6` boolean setting for the network is effectively