mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 16:19:10 +00:00
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
427 B
427 B
Working with Images
Objective
Learn how to work with containers images
Requirements
Make sure Podman or 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