spiegel_podman/pkg/varlinkapi
baude ca1e76ff63 Add event logging to libpod, even display to podman
In lipod, we now log major events that occurr.  These events
can be displayed using the `podman events` command. Each
event contains:

* Type (container, image, volume, pod...)
* Status (create, rm, stop, kill, ....)
* Timestamp in RFC3339Nano format
* Name (if applicable)
* Image (if applicable)

The format of the event and the varlink endpoint are to not
be considered stable until cockpit has done its enablement.

Signed-off-by: baude <bbaude@redhat.com>
2019-03-11 15:08:59 -05:00
..
config.go Migrate to cobra CLI 2019-02-08 10:26:43 -06:00
containers.go Merge pull request #2534 from jwhonce/wip/remote_wait 2019-03-06 13:07:52 -08:00
containers_create.go Fix volume handling in podman 2019-02-14 13:21:52 -05:00
events.go Add event logging to libpod, even display to podman 2019-03-11 15:08:59 -05:00
images.go make remote-client error messaging more robust 2019-02-22 14:12:36 -06:00
mount.go Alter varlink API for ListContainerMounts to return a map 2019-01-29 16:47:27 -06:00
pods.go podman-remote pod top|stats 2019-03-06 11:01:25 -06:00
system.go Initialize field in InfoHost struct 2019-03-11 07:30:32 -07:00
transfers.go podman-remote build 2019-02-13 15:36:36 -06:00
util.go podman-remote build 2019-02-13 15:36:36 -06:00
volumes.go enable podman-remote volume prune 2019-02-14 10:55:05 -06:00