99c4e02ecf
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
18 lines
427 B
Markdown
18 lines
427 B
Markdown
## 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
|
|
|
|
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
|