spiegel_podman/cmd/podman/containers
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
..
attach.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
checkpoint.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
cleanup.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
commit.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
cp.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
create.go fix pod creation with "new:" syntax 2020-07-31 18:27:49 +02:00
diff.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
exec.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
exists.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
export.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
init.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
inspect.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
kill.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
list.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
logs.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
mount.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
pause.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
port.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
prune.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
ps.go add {{.RunningFor}} placeholder in ps --format 2020-07-30 15:33:22 -04:00
restart.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
restore.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
rm.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
run.go fix pod creation with "new:" syntax 2020-07-31 18:27:49 +02:00
runlabel.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
start.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
stats.go fix swapped mem_usage/percent fields 2020-07-30 22:36:59 +02:00
stop.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
top.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
unmount.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
unpause.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
utils.go Podman V2 birth 2020-04-16 15:53:58 -05:00
wait.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00