mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-26 10:17:53 +00:00
The `--network` flag is parsed differently for `podman pod create`. This causes confusion and problems for users. The extra parsing logic ignored unsupported network options such as `none`, `container:...` and `ns:...` and instead interpreted them as cni network names. Tests are added to ensure the correct errors are shown. Signed-off-by: Paul Holzinger <paul.holzinger@web.de> |
||
|---|---|---|
| .. | ||
| create.go | ||
| exists.go | ||
| inspect.go | ||
| kill.go | ||
| pause.go | ||
| pod.go | ||
| prune.go | ||
| ps.go | ||
| restart.go | ||
| rm.go | ||
| start.go | ||
| stats.go | ||
| stop.go | ||
| top.go | ||
| unpause.go | ||