Containers

True or False? It's not possible to remove an image if a certain container is using it

Difficulty: unrated

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

Answer

True. You should stop and remove the container before trying to remove the image it uses.