True or False? Once a container is stopped and removed, its image removed as well from the host
Answer
False. The image will still be available for use by potential containers in the future.
To remove the container, run podman rmi IMAGE
False. The image will still be available for use by potential containers in the future.
To remove the container, run podman rmi IMAGE