spiegel_podman/libpod/events
Valentin Rothberg ccbca0b4ab rewrite podman-cp
* Add a new `pkg/copy` to centralize all container-copy related code.

* The new code is based on Buildah's `copier` package.

* The compat `/archive` endpoints use the new `copy` package.

* Update docs and an several new tests.

* Includes many fixes, most notably, the look-up of volumes and mounts.

Breaking changes:

 * Podman is now expecting that container-destination paths exist.
   Before, Podman created the paths if needed.  Docker does not do
   that and I believe Podman should not either as it's a recipe for
   masking errors.  These errors may be user induced (e.g., a path
   typo), or internal typos (e.g., when the destination may be a
   mistakenly unmounted volume).  Let's keep the magic low for such
   a security sensitive feature.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-12-04 14:39:55 +01:00
..
config.go rewrite podman-cp 2020-12-04 14:39:55 +01:00
events.go add network connect|disconnect compat endpoints 2020-11-19 08:16:19 -06:00
events_linux.go Remove all instances of named return "err" from Libpod 2020-07-09 13:54:47 -04:00
events_unsupported.go journald event logging 2019-04-24 16:00:04 -05:00
filters.go filter events by labels 2020-10-23 12:07:34 -05:00
journal_linux.go add network connect|disconnect compat endpoints 2020-11-19 08:16:19 -06:00
journal_unsupported.go set default event logger based on build tags 2019-05-14 16:17:11 -05:00
logfile.go add network connect|disconnect compat endpoints 2020-11-19 08:16:19 -06:00
nullout.go Fix system service panic from early hangup in events 2020-07-02 09:57:39 -04:00