spiegel_podman/pkg/specgen/generate
Paul Holzinger 949dfc85a0 fix pod creation with "new:" syntax
When you execute podman create/run with the --pod new:<name> syntax
the pod was created but the namespaces where not shared and
therefore containers could not communicate over localhost.

Add the default namespaces and pass the network options to the
pod create options.

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2020-07-31 18:27:49 +02:00
..
config_linux.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
config_linux_cgo.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
config_linux_nocgo.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
container.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
container_create.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
namespaces.go fix pod creation with "new:" syntax 2020-07-31 18:27:49 +02:00
oci.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
pod_create.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
ports.go Binding the same container port to >1 host port is OK 2020-07-29 14:24:36 -04:00
security.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
storage.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
validate.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00