remove: Delete container when the container's processes exit. Default: False.
>>> import podman
>>> podman.__version__
'5.0.0'
>>> c = client.containers.run("myimage", detach=True, remove=True, command="/bin/false")
>>> c.status
'exited'
26034e386c92 myimage /bin/false 14 seconds ago Exited (1) 14 seconds ago interesting_williamson