spiegel_podman/pkg
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
..
annotations fix a number of godot issues 2022-03-22 13:04:35 +01:00
api (rootful) docker-compose now updates network MTU 2022-07-05 07:54:09 -04:00
auth pkg/auth: drop the TODO 2022-05-25 12:33:34 +02:00
autoupdate auto update: create an event 2022-05-23 14:11:29 +02:00
bindings podman-remote: enable support for additional build-context on macOS, remote 2022-06-02 17:38:33 +05:30
channel channel: simplify implementation 2021-05-06 11:51:15 +02:00
checkpoint Add support for checkpoint image 2022-04-20 18:55:39 +01:00
copy bump go module to version 4 2022-01-18 12:47:07 +01:00
criu Add support for checkpoint image 2022-04-20 18:55:39 +01:00
ctime go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
domain Merge pull request #14466 from mheon/fix_9075 2022-06-03 17:54:57 -04:00
env Add more unit tests 2022-05-04 08:29:54 -05:00
errorhandling Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
hooks test: use T.TempDir to create temporary test directory 2022-05-05 21:09:41 +08:00
inspect pkg/inspect: remove unused ImageResult type 2022-05-24 16:07:39 +02:00
k8s.io linter: enable unconvert linter 2022-05-19 13:59:15 +02:00
kubeutils remove unneeded k8s code 2022-03-15 14:48:08 +01:00
lookup enable gocritic linter 2022-04-26 18:12:22 +02:00
machine Stop machine before force removing files 2022-06-02 16:58:43 -04:00
namespaces enable gocritic linter 2022-04-26 18:12:22 +02:00
parallel bump go module to version 4 2022-01-18 12:47:07 +01:00
ps bump go module to version 4 2022-01-18 12:47:07 +01:00
resolvconf Revert "Move each search dns to its own line" 2022-02-02 19:33:21 +01:00
rootless remote: do not join user NS 2022-04-26 15:05:20 +02:00
rootlessport go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
seccomp Spelling 2020-12-22 13:34:31 -05:00
selinux Fix SELinux functions names to not be repetitive 2020-04-23 15:57:34 -04:00
servicereaper go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
signal cmd/podman/common/completion.go: fix FIXMEs 2022-05-24 17:56:37 +02:00
specgen overlay-volumes: add support for non-volatile upperdir,workdir for anonymous volumes 2022-06-06 18:58:42 +05:30
specgenutil Merge pull request #14301 from rhatdan/volume 2022-06-02 10:16:28 -04:00
systemd generate systemd: pods: set exit policy 2022-05-03 15:28:50 +02:00
terminal move golang.org/x/crypto/ssh/terminal to golang.org/x/term 2022-04-22 12:40:52 +02:00
timetype enable gocritic linter 2022-04-26 18:12:22 +02:00
trust Cleanup display of trust with transports 2022-02-22 15:08:58 -05:00
util Fix codespell errors 2022-05-25 05:56:29 -04:00