True or False? Running podman restart CONTAINER_NAME kills the main process inside the container and runs it again from scratch
Answer
False. podman restart creates an entirely new container with the same ID while reusing the filesystem and state of the original container.