automation-tests/cmd/podman/shared
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
..
container.go container runlabel respect $PWD 2019-03-08 10:32:33 -06:00
events.go Add event logging to libpod, even display to podman 2019-03-11 15:08:59 -05:00
funcs.go container runlabel NAME implementation 2019-01-04 12:57:55 -06:00
funcs_test.go runlabel: use shlex for splitting commands 2018-11-16 16:05:07 +01:00
parallel.go rm -f now removes a paused container 2018-11-08 15:18:11 -06:00
pod.go podman-remote create|ps 2019-02-25 09:10:09 -06:00