spiegel_podman/pkg/spec
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
..
config_linux.go enable podman-remote on windows 2019-04-30 15:28:39 -05:00
config_unsupported.go Add darwin support for remote-client 2019-01-11 11:30:28 -06:00
containerconfig.go remove libpod from main 2019-06-25 13:51:24 -05:00
createconfig.go remove libpod from main 2019-06-25 13:51:24 -05:00
parse.go Invalid index for array 2018-12-21 09:25:25 -05:00
ports.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
spec.go rootless: force resources to be nil on cgroup v1 2019-05-20 21:45:05 +02:00
spec_test.go Migrate unit tests from cmd/podman into pkg/spec 2019-05-01 10:19:05 -04:00
storage.go Add tests for cached and delegated mounts 2019-06-19 09:57:33 -04:00
storage_test.go Use EqualValues instead of reflect equality 2019-05-01 10:19:05 -04:00