spiegel_podman/pkg/network
Akihiro Suda f82abc774a
rootless: support podman network create (CNI-in-slirp4netns)
Usage:
```
$ podman network create foo
$ podman run -d --name web --hostname web --network foo nginx:alpine
$ podman run --rm --network foo alpine wget -O - http://web.dns.podman
Connecting to web.dns.podman (10.88.4.6:80)
...
<h1>Welcome to nginx!</h1>
...
```

See contrib/rootless-cni-infra for the design.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-09-09 15:47:38 +09:00
..
config.go API returns 500 in case network is not found instead of 404 2020-08-02 22:21:28 +08:00
devices.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
files.go rootless: support podman network create (CNI-in-slirp4netns) 2020-09-09 15:47:38 +09:00
ip.go podman support for IPv6 networks 2020-08-15 12:11:01 +02:00
netconflist.go podman support for IPv6 networks 2020-08-15 12:11:01 +02:00
netconflist_test.go podman support for IPv6 networks 2020-08-15 12:11:01 +02:00
network.go Add parameter verification for api creation network 2020-08-12 09:38:16 +08:00
network_test.go make lint: include unit tests 2020-01-14 10:51:59 +01:00
subnet.go goland autocorrections 2019-10-29 12:18:50 -05:00
subnet_test.go make lint: include unit tests 2020-01-14 10:51:59 +01:00