b245c2adf2
Mostly Kubernetes and containers.
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