spiegel_podman/pkg/api/handlers
Jake Correnti 488eb3b74c (rootful) docker-compose now updates network MTU
Previously, the following network block did not update using
docker-compose:

```
networks:
  default:
    driver: bridge
    driver_opts:
      mtu: 9000
```

In the API, the network options were previously not being handled when the
network was being created. I translated the docker options into podman
options, and added the options to the network.

When doing `podman network inspect <network>`, the results now contain
`"mtu": "9000"`

Fixes: #14482

Signed-off-by: Jake Correnti <jcorrenti13@gmail.com>
2022-07-05 07:54:09 -04:00
..
compat (rootful) docker-compose now updates network MTU 2022-07-05 07:54:09 -04:00
libpod Using logDriver instead of query.LogDriver for podman play kube 2022-06-03 14:49:43 +01:00
swagger Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
types bump go module to version 4 2022-01-18 12:47:07 +01:00
utils fix compat image resolution 2022-05-23 15:08:15 +02:00
decoder.go pkg/api: do not register decoder in endpoint handler 2022-04-29 14:06:54 +02:00
types.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00