spiegel_podman/pkg/api/handlers/compat
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
..
auth.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
changes.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
containers_archive.go Add API support for NoOverwriteDirNonDir 2022-05-26 16:31:15 -07:00
containers_attach.go Allow HTTP attach to stopped containers 2022-04-13 14:04:05 -04:00
containers_create.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
containers_export.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_logs.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_pause.go bump go module to version 4 2022-01-18 12:47:07 +01:00
containers_prune.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_restart.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_start.go bump go module to version 4 2022-01-18 12:47:07 +01:00
containers_stats.go podman stats: calc CPU percentage correctly 2022-03-22 17:43:49 +01:00
containers_stop.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_top.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_unpause.go bump go module to version 4 2022-01-18 12:47:07 +01:00
events.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
exec.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
images.go pkg/api/handlers/compat/images.go: drop TODO message 2022-05-25 12:31:31 +02:00
images_build.go podman-remote: enable support for additional build-context on macOS, remote 2022-06-02 17:38:33 +05:30
images_history.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images_prune.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
images_push.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images_remove.go Deleting an n use image should return conflict not system error 2022-05-16 09:59:19 -04:00
images_save.go Refactor handler packages 2020-03-10 08:03:41 -07:00
images_search.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images_tag.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
info.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
networks.go (rootful) docker-compose now updates network MTU 2022-07-05 07:54:09 -04:00
ping.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
resize.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
secrets.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
system.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types.go V2 verify JSON output is consistent and doesn't drift 2020-05-28 16:20:29 -07:00
unsupported.go bump go module to version 4 2022-01-18 12:47:07 +01:00
version.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
volumes.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00