Containers

What ways are there for creating new images?

Difficulty: unrated

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

Answer

  1. Create a Containerfile/Dockerfile and build an image out of it
  2. Using podman commit on a running container after making changes to it