diff options
| author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-13 12:24:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-13 12:24:05 -0700 |
| commit | 886b2cc4b10c32611b45da983fa9d1318d38356a (patch) | |
| tree | 4484691fbb13faef71e7b11cfa3a81ab46c9fee2 /pkg/api/handlers/libpod/containers_create.go | |
| parent | d147b3ee027580dd7afdeb0fa04d990ae1d2ee91 (diff) | |
| parent | cf502b99feda401ced410fbcfd1a3a2663c7a559 (diff) | |
| download | podman-886b2cc4b10c32611b45da983fa9d1318d38356a.tar.gz podman-886b2cc4b10c32611b45da983fa9d1318d38356a.tar.bz2 podman-886b2cc4b10c32611b45da983fa9d1318d38356a.zip | |
Merge pull request #6197 from baude/v2remotenetwork
enable podman v2 networking for remote client
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" |
