e30c7aca4f
Mostly containers related questions.
513 B
513 B
Running Containers
Objective
Learn how to run containers
Requirements
Make sure Podman or Docker (or any other containers engine) is installed on your system
Instructions
- Run a container using the latest nginx image
- List the containers to make sure the container is running
- Run another container but this time use ubuntu latest and attach to the terminal of the container
- List again the containers. How many containers are running?
- Stop the containers
- Remove the containers