DexTutor
DexTutor
  • 165
  • 1 833 235
RHCSA Exam Container Question || Containerfile || podman build || Type II
In this lecture, building containers using podman build from a Containerfile are discussed. A container is software that packs together the application along with its dependencies and libraries as an image or package.
In RHCSA exam container questions can be based on 4 tasks:
1. build an image from Containerfile
2. run a container image
3. map the container to a local directory
4. run the container as a service
Sample Containerfile Content:
1. Click on this link
docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/building_running_and_managing_containers/assembly_adding-software-to-a-ubi-container_building-running-and-managing-containers
2. Go to section 7.1 Using the UBI init images
3. Scroll down to "Procedure" and copy the content for the Containerfile
This lecture is part of the RHCSA exam playlist: • RHCSA Exam Full Course
Other Reference Videos:
1. Podman Container Type I - czcams.com/video/Y6iMSiTu8dA/video.html
2. SELinux - czcams.com/video/oZmZNg8dg4g/video.html
Tools Required:
1. RHEL environment
Other Playlists:
OS: • Operating System
Operating System Lab playlist: • Operating System Lab
Linux Essential: • Linux Tutorial For Beginners
Was this tutorial about Containers in RHCSA exam helpful? If so, please share. Let me know your thoughts in the comments.
#linux #rhcsa #rhel9 #dextutor #containers #podman
zhlédnutí: 702

Video

RHCSA Exam Container Question || Container using podman || Type 1 || Updated
zhlédnutí 940Před měsícem
In this lecture, containers using podman is discussed. A container is software that packs together the application along with its dependencies and libraries as an image or package. In RHCSA exam container questions can be based on 4 tasks: 1. download an image 2. run a container image 3. map the container to a local directory 4. run the container as a service This lecture is part of the RHCSA e...
RPC client not registered Error Resolved
zhlédnutí 115Před měsícem
In this video, the error "clnt_create: RPC: Program not registered" is solved. The error "RPC not registered" means the nfs daemons needed are not running on the NFS server (nfsd and mountd on the server).
How to register and enable repos in RedHat? subscription manager command in RHEL
zhlédnutí 570Před měsícem
In this video, we discuss how to register and enable repos in RedHat? using the subscriptiop-manager command. We will discuss the "this system is not registered with an entitlement server" error and the solution for the same. We will learn how to use subscription-manager command to register your RHEL machine with redhat server. Note: You will be required to create an account on www.developers.r...
Operators in C || Arithmetic Relational and Conditional Operators || Part2
zhlédnutí 230Před 6 měsíci
Welcome to our comprehensive guide on operators in C programming! In this video, we delve into the essential categories of operators: arithmetic, relational, and conditional. Whether you're a beginner eager to grasp the basics or an experienced programmer looking to refine your skills, this tutorial is tailored for you. We'll explore the functionalities of arithmetic operators for performing ma...
Operators in C || Arithmetic Relational and Conditional Operators || Part1
zhlédnutí 73Před 6 měsíci
Welcome to our comprehensive guide on operators in C programming! In this video, we delve into the essential categories of operators: arithmetic, relational, and conditional. Whether you're a beginner eager to grasp the basics or an experienced programmer looking to refine your skills, this tutorial is tailored for you. We'll explore the functionalities of arithmetic operators for performing ma...
Coding Practice 2: Data Types & Specifiers || C Programming
zhlédnutí 101Před 6 měsíci
Ready to take your C programming skills to the next level? Join us for a hands-on coding practice session focused on mastering data types and specifiers! In this video, we provide a series of practice problems designed to challenge and enhance your understanding of C programming concepts. From formatting output with printf to utilizing escape sequences and format specifiers, these exercises cov...
Mastering Data Types in C: Understanding Sizes and Ranges || int || char || float
zhlédnutí 115Před 6 měsíci
Embark on a journey to master the intricacies of data types and specifiers in C programming! In this tutorial, we dive deep into the fundamental concepts of integer, character, and floating-point data types, shedding light on their sizes, ranges, and calculation methods. But that's not all - we also explore the world of specifiers like %d, %c, and more, unlocking their power to manipulate data ...
Coding Practice 1 || C Programming || Escape Sequence || printf
zhlédnutí 147Před 7 měsíci
In this video, we'll dive into practical exercises focusing on the powerful printf function, escape sequences, and variable usage. Whether you're new to coding or looking to sharpen your skills, this tutorial is designed to provide hands-on experience and valuable insights. Follow along as we tackle real-world scenarios, explore various formatting options with printf, master escape sequences fo...
C Language Declarations || Character Set || Delimiters || Keywords || Variables in C Language
zhlédnutí 118Před 7 měsíci
Welcome to our comprehensive guide on C Language Declarations! In this video, we delve deep into the fundamental elements of C programming, focusing on characters, delimiters, keywords, tokens, constants, and variables. Whether you're a beginner looking to grasp the basics or a seasoned programmer seeking a refresher, this video is tailored for you. We'll break down each concept, providing clea...
Structure of a C Program
zhlédnutí 305Před 7 měsíci
In this tutorial, we dive deep into the fundamental building blocks of C programming by exploring the structure of a C program. Whether you're a beginner or looking to refresh your skills, this video provides a comprehensive guide to organizing and understanding the elements that make up a C program. 📌 Key Topics Covered: Introduction to C programming basics Components and sections of a C progr...
Operation did not complete successfully because the file contains a virus || C program || Solved
zhlédnutí 258Před 7 měsíci
While executing a C progam in Windows 11 or any Windows if you get the error "Failed to execute "D:\C\hello.exe": Error 225: Operation did not complete successfully because the file contains a virus or potentially unwanted software." The error is due to your Antivirus. In this video we will learn how to solve this problem and execute the compiled exe file. #antivirus #error #mcafee #error225 #O...
How to Install DevC++ on Windows 11
zhlédnutí 210Před 7 měsíci
#devcpp #cprogramming #dextutor This video explains how to install the Dev C (Dev Cpp) IDE on Windows 11. Installation link: sourceforge.net/projects/orwelldevcpp/files/Setup Releases/Dev-Cpp 5.11 TDM-GCC 4.9.2 Setup.exe/download Search Expression: dev-cpp 5.11 tdm-gcc 4.9.2 setup.exe Dev-C is a full-featured C and C Integrated Development Environment (IDE) for Windows platforms.
From Code to Execution: Unveiling the C Program Development Process || C Program Execution Steps
zhlédnutí 257Před 7 měsíci
#cprogramming #dextutor In this video we will learn the Execution flow of a C Program i.e., what happens between writing the C code and its execution. We will understand how the C code is preprocessed followed by compilation, assembly and linker. Finally, we will discuss how the program is loaded and executed by the CPU. The entire C program execution cycle is discussed with examples at each step.
RHCSA Exam Questions || Virtual Data Optimizer (VDO on LVM) || RHEL 9 || Updated Using LVM
zhlédnutí 7KPřed rokem
RHCSA Exam Questions || Virtual Data Optimizer (VDO on LVM) || RHEL 9 || Updated Using LVM
chown System Call Program in Linux
zhlédnutí 1,3KPřed rokem
chown System Call Program in Linux
chmod System Call Program in Linux || Program
zhlédnutí 646Před rokem
chmod System Call Program in Linux || Program
RHCSA Success Stories || Dextutor
zhlédnutí 3,3KPřed rokem
RHCSA Success Stories || Dextutor
Uncover the 5 Must-Have Chrome Extensions For Chatgpt!
zhlédnutí 1,1KPřed rokem
Uncover the 5 Must-Have Chrome Extensions For Chatgpt!
Chat GPT Sign-Up: How to Create ChatGPT Account || Open A
zhlédnutí 2,6KPřed rokem
Chat GPT Sign-Up: How to Create ChatGPT Account || Open A
3 Important Topics for RHCSA Exam
zhlédnutí 6KPřed rokem
3 Important Topics for RHCSA Exam
No manual entry for man 2 write || SOLVED
zhlédnutí 1,7KPřed rokem
No manual entry for man 2 write || SOLVED
Tips for RedHat Exam || Dos and Don't for RHCSA
zhlédnutí 8KPřed rokem
Tips for RedHat Exam || Dos and Don't for RHCSA
Inter Process Communication IPC Practice Programs || Operating System
zhlédnutí 3,1KPřed 2 lety
Inter Process Communication IPC Practice Programs || Operating System
Semaphore Practice Programs in C || Process Synchronization || Operating System
zhlédnutí 4,7KPřed 2 lety
Semaphore Practice Programs in C || Process Synchronization || Operating System
Thread Creation Solved Programs || Operating System
zhlédnutí 4,6KPřed 2 lety
Thread Creation Solved Programs || Operating System
Process Creation viva questions || System Calls || fork || wait || OS
zhlédnutí 2,6KPřed 2 lety
Process Creation viva questions || System Calls || fork || wait || OS
Fork System call programs || wait || Solved Programs
zhlédnutí 4,6KPřed 2 lety
Fork System call programs || wait || Solved Programs
System calls viva questions || read || write || open system call || OS
zhlédnutí 3,2KPřed 2 lety
System calls viva questions || read || write || open system call || OS
Fork System call Programs || Solved Programs || fork
zhlédnutí 11KPřed 2 lety
Fork System call Programs || Solved Programs || fork

Komentáře

  • @fanpage5825
    @fanpage5825 Před 3 dny

    Why don't you switch the user with su instead of doing ssh

  • @raesontv9159
    @raesontv9159 Před 4 dny

    I just use this your method to create a systemd service for the container using the “Podman generate systemd” but it’s saying deprecated command…I don’t knw what else to do please help me

    • @dextutor
      @dextutor Před 4 dny

      Yes..it is depreciated but it still works..if you will check, the service is created

  • @k.chriscaldwell4141

    Superb. Thank you.

  • @k.chriscaldwell4141

    Thank you.

  • @Starlight-vs2ot
    @Starlight-vs2ot Před 9 dny

    Preparing for RHCSA. Excellent series!

  • @api4196
    @api4196 Před 10 dny

    thank you sir

  • @ramchanderdahiya9000
    @ramchanderdahiya9000 Před 11 dny

    Test.txt is showing no such directory found. I created that file in document file

  • @oni741
    @oni741 Před 12 dny

    rm -rf /* be like: 💣💥🤯💢⚰⚱🪦

  • @husain2099
    @husain2099 Před 12 dny

    Thank you Dex!

  • @merouanballout3903
    @merouanballout3903 Před 16 dny

    Thanks , excellent

  • @rakshan-rz6sl
    @rakshan-rz6sl Před 16 dny

    Hey dexter should i take the exam in online mode or offline because there is no red hat exam center in coimbatore i should go to chennai. will i face any trouble in online mode also what can i use mac for exam taking, what gpu specs is needed?

  • @juniali123
    @juniali123 Před 17 dny

    I got it,

  • @juniali123
    @juniali123 Před 17 dny

    when done adding context to /test dir after that when doing curl locahost/index.html" I'm getting message "you do not have permission to access /index.html" even though I have given full permission on the file 777, please let me know ASAP I will be taking the test next week. Thanks

    • @dextutor
      @dextutor Před 16 dny

      Have you changed the SELinux context and edit the configuration file?

  • @Inkachu
    @Inkachu Před 19 dny

    I just love your straight to the point vids. Thank you

  • @Inkachu
    @Inkachu Před 19 dny

    Man, had I seen these from the get-go I would have passed my test the first time! Studying for it now and your videos are perfect for me. Better than Red Hat Learning sub because these are no fluff. Thank you! 🍻

  • @Inkachu
    @Inkachu Před 19 dny

    Nice, thanks

  • @rohitborse6841
    @rohitborse6841 Před 20 dny

    Lot of love sir ji ❤🎉

  • @jeffcauhape6880
    @jeffcauhape6880 Před 21 dnem

    Thank you! It's been awhile and I needed a reminder.

  • @ethantang4215
    @ethantang4215 Před 21 dnem

    i need script

  • @aukha
    @aukha Před 22 dny

    Hi great videos, thanks for your help, I only have a small suggestion if you can add the video tutorial number to the description of each video like {RHCSA Exam Questions || Users and Groups || ACL || Sticky Bit || SGID || RHEL 9 -Tutorial video 6} or something similar, sometimes it's easy to remember the video/tutorial number where you have left instead relying on youtube playlist to show where you have left.

  • @husain2099
    @husain2099 Před 23 dny

    I can't thank you enough!

  • @1998Alan
    @1998Alan Před 25 dny

    Q1 -> A, Q2 -> C, Q3 -> b, Q4 -> a

  • @juniali123
    @juniali123 Před 27 dny

    Every time I'm downloading the docker httpd image as a user "syed" the images goes to root profile I have ssh to my self "syed" what can I do, becasue I can not do any thing with the user profile, please advise

    • @dextutor
      @dextutor Před 26 dny

      Need to see how you are doing it..can discuss over video call

  • @atomhemense7032
    @atomhemense7032 Před 28 dny

    wow thanks

  • @albertmibey7774
    @albertmibey7774 Před 29 dny

    Hello Dextor, For systemd containers do we use podman generate or we use quadlet?

    • @dextutor
      @dextutor Před 27 dny

      Although quadlet is recommended but podman generate still works and does the job

  • @siddhantsingh5264
    @siddhantsingh5264 Před měsícem

    Thank you Sir for giving the knowledge. Your videos helped to understand the topics better. I passed the exam.

    • @dextutor
      @dextutor Před 29 dny

      That's great.. congratulations

  • @faisaljamil6719
    @faisaljamil6719 Před měsícem

    Sir, by breaking the root password, does it affect our files?

  • @zafarimam2914
    @zafarimam2914 Před měsícem

    Q1,mkdir -p K{1801..1810}/R{1..10} Q2 touch F{1..10}

  • @ui5971
    @ui5971 Před měsícem

    internal segmentation

  • @anisslimatni2350
    @anisslimatni2350 Před měsícem

    Hello Dextutor is this for RHEL 8 or 9 ? because there is the /etc/auto.master.d/ dir to story the autof maps

    • @dextutor
      @dextutor Před měsícem

      Yes it works in both RHEL 8 and 9

  • @theodoremasi5313
    @theodoremasi5313 Před měsícem

    Life saver❤❤

  • @raymondholehouse842
    @raymondholehouse842 Před měsícem

    You also need to run "loginctl enable-linger" to ensure that the service automatically starts after reboot

    • @dextutor
      @dextutor Před měsícem

      Try without that and enable using systemctl

    • @fahmedsa
      @fahmedsa Před měsícem

      loginctl enable-linger <username> is requried. Othewise it will not start the container service on boot. It will run from command line but will be failed to start on boot.

  • @rakshan3554
    @rakshan3554 Před měsícem

    Hey dexter if i have completed your rhcsa full course, will i be able to pass rhcsa? i am following those videos for past 1 month, and should i study anything with that please recommend some resources that will be much help thanks!

    • @dextutor
      @dextutor Před měsícem

      The playlist contains almost all the content as per exam objectives.

    • @rakshan3554
      @rakshan3554 Před měsícem

      @@dextutor hey i have a small doubt about the exam, if i write rhce first will i be getting the certificate for that before writing rhcsa?

  • @juniali123
    @juniali123 Před měsícem

    so this one is the last one

    • @dextutor
      @dextutor Před měsícem

      czcams.com/video/x2yoqkCm2P8/video.html

  • @juniali123
    @juniali123 Před měsícem

    I got it, I was typing with capitcal Web and other place with just web, you are very good mind if I ask where do you work at?

  • @juniali123
    @juniali123 Před měsícem

    The command is not working for me "podman run -d --name web -p 8080:80 -v /home/Nick/web:/var/www/html:Z image I.D # gettting message Error: sttfs /home/Nick/wen: no such file or directory. even though I have created the /home/Nick/web dir

  • @injestnick3401
    @injestnick3401 Před měsícem

    its working ! i confirm, thanks !

  • @1998Alan
    @1998Alan Před měsícem

    I worked out the practice question and got, AWT = 6.6 and ATT = 11.2 Is that correct?

  • @juniali123
    @juniali123 Před měsícem

    R U using RHEL 9, for this question? when I do man vdo nothing comes up on RHEL9

    • @dextutor
      @dextutor Před měsícem

      Refer the updated video in the playlist for VDO in RHEL9

  • @1998Alan
    @1998Alan Před měsícem

    I worked out the practice question and got, AWT = 6 and ATT = 10.6 Is that correct?

  • @ss_1718
    @ss_1718 Před měsícem

    great explanation...

  • @kenkkash
    @kenkkash Před měsícem

    Very helpful. Thank you @Dextutor for sharing

    • @dextutor
      @dextutor Před měsícem

      Glad it was helpful!

  • @aliadeel6093
    @aliadeel6093 Před měsícem

    still not resolved

    • @dextutor
      @dextutor Před měsícem

      Are you able to ssh the server machine from client?

  • @headinthekloudz
    @headinthekloudz Před měsícem

    good morning, is this good for the rhsce 8 or 9 sir?

    • @dextutor
      @dextutor Před měsícem

      Exam environment is same for 9 also. So it is relevant

    • @headinthekloudz
      @headinthekloudz Před měsícem

      @@dextutor thanks!

  • @odysiuss
    @odysiuss Před měsícem

    VDO not VDU

  • @mikeharris8664
    @mikeharris8664 Před měsícem

    Guys, for changing the port, the semanage-port man page literally gives the exact command that is needed. It's down at the very bottom. No need to memorize commands.

  • @Zytron
    @Zytron Před 2 měsíci

    The auto generated English captions are hilarious. But unfortunately, I can't use sound right now and I have no clue what's being said

  • @injestnick3401
    @injestnick3401 Před 2 měsíci

    cool dude

  • @injestnick3401
    @injestnick3401 Před 2 měsíci

    love your content !! veryhepful

  • @debunker_letsGO
    @debunker_letsGO Před 2 měsíci

    I tried your script and it didn't work I have to eliminate $2 if [ -d $1 ]; then echo "Directory Exists" else mkdir $1 echo "Directory created" fi