devops-exercises/exercises/containers/working_with_images.md
abregman b245c2adf2 Add a couple of questions
Mostly Kubernetes and containers.
2021-10-10 14:47:05 +03:00

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

  1. List the containers images in your environment
  2. Pull the latest ubuntu image
  3. Run a container with the image you just pulled
  4. Remove the image. Did it work?
  5. Do whatever is needed in order to remove the image