diff options
author | Brent Baude <bbaude@redhat.com> | 2020-04-03 12:45:57 -0500 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-04-03 12:45:57 -0500 |
commit | 9894fde7324407d940169923acaedf252803fd19 (patch) | |
tree | 061bb790427cb3e6de828ea67f7f659cbaf4645f /cmd/podmanV2/main.go | |
parent | a89d62ac3a445a5d76bd72d4b8e1bb9262ba74c6 (diff) | |
download | podman-9894fde7324407d940169923acaedf252803fd19.tar.gz podman-9894fde7324407d940169923acaedf252803fd19.tar.bz2 podman-9894fde7324407d940169923acaedf252803fd19.zip |
podmanv2 version
this is only for the abi side and does not print out the remote information yet. the remote information will need to be worked on and agreed upon later.
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podmanV2/main.go')
-rw-r--r-- | cmd/podmanV2/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podmanV2/main.go b/cmd/podmanV2/main.go index 6781a7f06..fe3cd9f16 100644 --- a/cmd/podmanV2/main.go +++ b/cmd/podmanV2/main.go @@ -12,6 +12,7 @@ import ( _ "github.com/containers/libpod/cmd/podmanV2/networks" _ "github.com/containers/libpod/cmd/podmanV2/pods" "github.com/containers/libpod/cmd/podmanV2/registry" + _ "github.com/containers/libpod/cmd/podmanV2/system" _ "github.com/containers/libpod/cmd/podmanV2/volumes" "github.com/containers/libpod/libpod" "github.com/containers/libpod/pkg/domain/entities" |