podman/pkg/adapter
baude dd81a44ccf remove libpod from main
the compilation demands of having libpod in main is a burden for the
remote client compilations.  to combat this, we should move the use of
libpod structs, vars, constants, and functions into the adapter code
where it will only be compiled by the local client.

this should result in cleaner code organization and smaller binaries. it
should also help if we ever need to compile the remote client on
non-Linux operating systems natively (not cross-compiled).

Signed-off-by: baude <bbaude@redhat.com>
2019-06-25 13:51:24 -05:00
..
shortcuts Implement podman-remote rm 2019-04-09 11:55:26 -07:00
checkpoint_restore.go migration: add possibility to restore a container with a new name 2019-06-04 14:02:51 +02:00
client.go add windows bridge format 2019-06-20 13:32:26 -05:00
client_config.go Add connection information to podman-remote info 2019-05-16 11:03:22 -07:00
client_unix.go add windows bridge format 2019-06-20 13:32:26 -05:00
client_windows.go add windows bridge format 2019-06-20 13:32:26 -05:00
containers.go remove libpod from main 2019-06-25 13:51:24 -05:00
containers_remote.go remove libpod from main 2019-06-25 13:51:24 -05:00
errors.go remove libpod from main 2019-06-25 13:51:24 -05:00
images.go podman-remote image tree 2019-04-04 14:41:50 -05:00
images_remote.go podman-remote image tree 2019-04-04 14:41:50 -05:00
info_remote.go enable integration tests for remote-client 2019-05-07 14:06:02 -05:00
pods.go Refactor of 'podman prune' to better support remote 2019-04-18 15:13:56 -07:00
pods_remote.go remove libpod from main 2019-06-25 13:51:24 -05:00
runtime.go Add connection information to podman-remote info 2019-05-16 11:03:22 -07:00
runtime_remote.go remove libpod from main 2019-06-25 13:51:24 -05:00
runtime_remote_supported.go enable podman-remote on windows 2019-04-30 15:28:39 -05:00
sigproxy_linux.go enable podman-remote on windows 2019-04-30 15:28:39 -05:00
terminal.go enable podman-remote on windows 2019-04-30 15:28:39 -05:00
terminal_linux.go enable podman-remote on windows 2019-04-30 15:28:39 -05:00
volumes_remote.go Enable more podman-remote pod commands 2019-02-22 17:00:24 -06:00