Create and use a pod podman

Group containers into a pod sharing network namespace

podman pod create --name mypod -p 8080:80 && podman run -d --pod mypod nginx:alpine
more podman all 16 commands →