Both buildah run, and podman exec run programs in active containers,
buildah-run - Run a command inside of the container.
podman-exec - Execute a command in a running container
However, only buildah run supports a --hostname options? Why aren't these commands in parity? Why do they have different capabilities?
Put another way, buildah currently has a broken --hostname option, but it's not clear to my why it would ever work. With podman the option is set when you launch the container and with buildah that's done with buildah from so shouldn't buildah from have the --hostname argument?