How To Use Podman Containers

Published: 25 November 2022
on channel: theurbanpenguin
18,838
425

In this we video we introduce Podman Containers which is a major domain of the RHCSA 9 exam. Podman is a container management system similar to Docker but without the need of a service. We show how you can gain the knowledge for the exam and have fun with containers too

We install Podman, manage images and containers. We then look at running containers as a service, creating images from a container file and running systemd in containers. The sample Dockerfile is shown here:

FROM registry.fedoraproject.org/fedora:33
RUN yum -y install httpd; yum clean all; systemctl enable httpd;
RUN echo "Successful Web Server Test" | tee /var/www/html/index.html
RUN mkdir /etc/systemd/system/httpd.service.d/; echo -e '[Service]\nRestart=always' | tee /etc/systemd/system/httpd.service.d/httpd.conf
EXPOSE 80
CMD [ "/sbin/init" ]

Additionally you can find my video courses on Pluralsight: http://pluralsight.com/training/Autho... and take time to see my own site http://www.theurbanpenguin.com

00:43 - Install Podman
08:18 - Manage Images
17:00 - Manage Containers
29:54 - Manage Volumes and Namespaces
49:00 - Running Containers as Service
54:36 - Running Systemd in Containers and Image Creation


Watch video How To Use Podman Containers online without registration, duration hours minute second in high quality. This video was added by user theurbanpenguin 25 November 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 18,83 once and liked it 42 people.