Learn how to run, stop and remove containers
Make sure Podman or Docker (or any other containers engine) is installed on your system
- 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