spiegel_podman/cmd/podman/shared
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
..
parse clean up shared/parse/parse.go 2019-05-02 16:13:26 -05:00
container.go remove libpod from main 2019-06-25 13:51:24 -05:00
container_inspect.go Merge pull request #3352 from mheon/inspect_config_to_libpod 2019-06-18 20:34:30 +02:00
create.go fix broken healthcheck tests 2019-06-18 15:07:53 -06:00
create_cli.go create: skip resources validation with cgroup v2 2019-05-13 10:48:17 +02:00
create_cli_test.go preparation for remote-client create container 2019-03-11 09:42:22 -05:00
funcs.go Add variable for global flags to runlabel 2019-05-02 12:14:51 -04:00
funcs_test.go Add variable for global flags to runlabel 2019-05-02 12:14:51 -04:00
intermediate.go auto pass http_proxy into container 2019-04-30 17:29:29 -04:00
intermediate_novarlink.go podman-remote create|run 2019-04-08 09:05:31 -05:00
intermediate_varlink.go add varlink bridge 2019-05-08 13:12:08 -05:00
parallel.go rm -f now removes a paused container 2018-11-08 15:18:11 -06:00
pod.go Add podman pod prune 2019-04-16 11:23:18 -04:00
workers.go Add basic structure of podman init command 2019-05-01 11:12:24 -04:00