1
00:00:06,639 --> 00:00:09,810
All right, let's do an overview of the
commands that we have seen in this lesson.

2
00:00:10,949 --> 00:00:15,109
So that is Podman for
running containers on Red Hat and

3
00:00:15,109 --> 00:00:19,269
Family, and Docker is a
generic interface for running Docker containers.

4
00:00:19,800 --> 00:00:23,969
To find your Docker container, use
Docker Search and to run it, use

5
00:00:23,969 --> 00:00:28,140
Docker Run Docker PS will give
you an overview of currently running containers.

6
00:00:28,719 --> 00:00:33,259
And Docker Inspect allows you to inspect
what is going on inside the container.

7
00:00:33,939 --> 00:00:39,034
Docker Logs is giving access to the container
output, and that is helpful if your container has

8
00:00:39,034 --> 00:00:44,129
failed. And finally, Docker Images is showing a
list of all the images that have been downloaded.
