mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
425 B
425 B
Working with Images
Objective
Learn how to work with containers images
Requirements
Make sure Podman, Docker (or any other containers engine) is installed on your system
Instructions
- 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