Podman: Learning Basic Commands (Beginner Tutorial)
Podman is an open-source tool for creating, running, and managing containers; it's an alternative to Docker.
Podman doesn't have any background processes.
You don't need root access to use Podman.
Official Website: https://podman.io/
Documentation: https://docs.podman.io/en/latest/
OCI: https://opencontainers.org/
Docker Hub: https://hub.docker.com/
Timestamps
00:00 Introduction to Podman
01:30 podman in the PCLinuxOS repository
02:00 podman --help
02:35 podman version
02:40 podman info
03:30 podman search alpine
03:45 podman pull
04:10 podman images
04:30 podman run
04:50 Commands in the container
06:00 Fasfetching the container from the host system
06:30 podman ps
06:40 Exit or Ctrl + C to exit the container
07:00 podman ps -a
08:05 Creating a new container with Same image
09:00 podman rm container ID
09:45 podman rmi image ID
10:20 podman start
11:30 podman rm container ID (alpine)
12:05 podman rmi image ID (alpine)
12:45 podman search Ubuntu
13:00 Continued