mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 00:45:43 +00:00
because a pod's network information is dictated by the infra container at creation, a container cannot be created with network attributes. this has been difficult for users to understand. we now return an error when a container is being created inside a pod and passes any of the following attributes: * static IP (v4 and v6) * static mac * ports -p (i.e. -p 8080:80) * exposed ports (i.e. 222-225) * publish ports from image -P Signed-off-by: Brent Baude <bbaude@redhat.com> <MH: Fixed cherry pick conflicts and compile> Signed-off-by: Matthew Heon <mheon@redhat.com> |
||
|---|---|---|
| .. | ||
| annotations.go | ||
| config.go | ||
| container_inspect.go | ||
| containerstate.go | ||
| errors.go | ||
| exec_codes.go | ||
| healthchecks.go | ||
| info.go | ||
| pod_inspect.go | ||
| podstate.go | ||
| runtime.go | ||
| version.go | ||