Containers

True or False? If image httpd-service has an entry point for running the httpd service then, the following will run the container and eventually the httpd service podman run httpd-service ls

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

False. Running that command will override the entry point so the httpd service won't run and instead podman will run the ls command.