diff options
author | Brent Baude <bbaude@redhat.com> | 2020-05-12 13:04:10 -0500 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-05-12 13:23:43 -0500 |
commit | cf502b99feda401ced410fbcfd1a3a2663c7a559 (patch) | |
tree | 408c4ae509fc8563da7ae1ac3f8d141cfd96e695 /pkg/api/handlers/libpod/containers_create.go | |
parent | 5b4e91db73a80f31f67b7c28832527e64b074b74 (diff) | |
download | podman-cf502b99feda401ced410fbcfd1a3a2663c7a559.tar.gz podman-cf502b99feda401ced410fbcfd1a3a2663c7a559.tar.bz2 podman-cf502b99feda401ced410fbcfd1a3a2663c7a559.zip |
enable podman v2 networking for remote client
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'pkg/api/handlers/libpod/containers_create.go')
-rw-r--r-- | pkg/api/handlers/libpod/containers_create.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/api/handlers/libpod/containers_create.go b/pkg/api/handlers/libpod/containers_create.go index 40b6cacdb..71f440bce 100644 --- a/pkg/api/handlers/libpod/containers_create.go +++ b/pkg/api/handlers/libpod/containers_create.go @@ -5,10 +5,9 @@ import ( "encoding/json" "net/http" - "github.com/containers/libpod/pkg/domain/entities" - "github.com/containers/libpod/libpod" "github.com/containers/libpod/pkg/api/handlers/utils" + "github.com/containers/libpod/pkg/domain/entities" "github.com/containers/libpod/pkg/specgen" "github.com/containers/libpod/pkg/specgen/generate" "github.com/pkg/errors" |