Learn how to work with containers images
Make sure Podman or Docker (or any other containers engine) is installed on your system
- List the containers images in your environment
- Pull the latest ubuntu image
- Run a container with the image you just pulled
- Remove the image. Did it work?
- Do whatever is needed in order to remove the image