podman/pkg/api/handlers/compat
Valentin Rothberg 7a3bfbf076 podmanV2: implement logs
Implement the `podman {container} logs` for the v2 client. The remote
client does not yet support it.  There's some more work needed for the
rest api; some options are missing (e.g., printing names) while others
are broken (e.g., the until http parameter).

The remote parts will be tackled in a future change.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-04-09 11:55:10 +02:00
..
changes.go V2 podman diff(changes) support 2020-04-07 09:39:46 -07:00
container_start.go Refactor handler packages 2020-03-10 08:03:41 -07:00
containers.go podmanV2: implement logs 2020-04-09 11:55:10 +02:00
containers_attach.go Refactor handler packages 2020-03-10 08:03:41 -07:00
containers_create.go Add support for containers.conf 2020-03-27 14:36:03 -04:00
containers_export.go podmanv2 export 2020-04-01 16:02:53 -05:00
containers_pause.go Refactor handler packages 2020-03-10 08:03:41 -07:00
containers_prune.go Refactor handler packages 2020-03-10 08:03:41 -07:00
containers_restart.go podmanv2 add core container commands 2020-03-22 13:24:45 -05:00
containers_start.go Refactor handler packages 2020-03-10 08:03:41 -07:00
containers_stats.go Refactor handler packages 2020-03-10 08:03:41 -07:00
containers_top.go Refactor handler packages 2020-03-10 08:03:41 -07:00
containers_unpause.go Refactor handler packages 2020-03-10 08:03:41 -07:00
events.go Refactor handler packages 2020-03-10 08:03:41 -07:00
exec.go Add bindings for Container Exec Create + Inspect 2020-03-26 13:33:33 -04:00
images.go Add support for containers.conf 2020-03-27 14:36:03 -04:00
images_build.go Refactor handler packages 2020-03-10 08:03:41 -07:00
images_history.go V2 podman command 2020-03-18 16:41:12 -07:00
images_push.go podmanV2: implement push 2020-04-02 17:01:32 +02:00
images_remove.go V2 podman image rm | podman rmi [IMAGE] 2020-03-25 17:54:14 -07:00
images_save.go Refactor handler packages 2020-03-10 08:03:41 -07:00
images_search.go Refactor handler packages 2020-03-10 08:03:41 -07:00
images_tag.go Refactor handler packages 2020-03-10 08:03:41 -07:00
info.go refactor info 2020-04-06 12:45:42 -05:00
ping.go Refactor handler packages 2020-03-10 08:03:41 -07:00
swagger.go V2 podman diff(changes) support 2020-04-07 09:39:46 -07:00
system.go Refactor handler packages 2020-03-10 08:03:41 -07:00
types.go Refactor handler packages 2020-03-10 08:03:41 -07:00
unsupported.go Refactor handler packages 2020-03-10 08:03:41 -07:00
version.go refactor info 2020-04-06 12:45:42 -05:00