mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-12 20:05:48 +00:00
The examples show that --dns-add 8.8.8.8,1.1.1.1 is valid but it fails, fix this by using StringSliceVar which splits at commas. Added tests to ensure it is working. Fixes #18632 Signed-off-by: Paul Holzinger <pholzing@redhat.com> |
||
|---|---|---|
| .. | ||
| connect.go | ||
| create.go | ||
| disconnect.go | ||
| exists.go | ||
| inspect.go | ||
| list.go | ||
| network.go | ||
| prune.go | ||
| reload.go | ||
| rm.go | ||
| update.go | ||