mirror of https://github.com/containers/podman.git
The logic here is more complex than I would like, largely due to the behavior of `podman inspect` for running containers. When a container is running, `podman inspect` will source as much as possible from the OCI spec used to run that container, to grab up-to-date information on things like devices. We don't want to change this, it's definitely the right behavior, but it does make updating a running container inconvenient: we have to rewrite the OCI spec as part of the update to make sure that `podman inspect` will read the correct resource limits. Also, make update emit events. Docker does it, we should as well. Signed-off-by: Matt Heon <mheon@redhat.com> |
||
---|---|---|
.. | ||
config.go | ||
events.go | ||
events_freebsd.go | ||
events_linux.go | ||
events_unsupported.go | ||
filters.go | ||
journal_linux.go | ||
journal_unsupported.go | ||
logfile.go | ||
logfile_test.go | ||
memory.go | ||
nullout.go |