0% found this document useful (0 votes)
1K views

RHCSA 8 Exam Practice Question 9 - Managing Containers

Uploaded by

Sara Michelle
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

RHCSA 8 Exam Practice Question 9 - Managing Containers

Uploaded by

Sara Michelle
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

TEKNEED
BASIC LINUX TUTORIAL POINT WITH EXAMPLES

HOME ABOUT LINUX LEARN LINUX FROM SCRATCH RHCSA, 8 RHCE

LINUX ON AZURE LINUX SNIPPET  LFCSA TECHNOLOGY TODAY JOIN TEKNEED

LFCSA EXAM PRACTICE QUESTIONS RHCSA 8 DUMPS/EXAM PRACTICE QUESTIONS 

RHCE 8 EXAM PRACTICE QUESTIONS AUTOMATION 

RHCSA 8 EX200 Exam Practice SEARCH …

Question 9 (Managing
Containers In Linux) RECENT COMMENTS

 October 2, 2020
 Victor
 RHCSA 8 DUMPS/Exam Practice Questions
 Victor on How To Configure NFS In
19 Linux – RHEL/CentOS 7&8

Sanjay on How To Configure NFS In


Linux – RHEL/CentOS 7&8

selim on RHCSA 8 EX200 Exam


Practice Question & Answer
Collections

David on Ask & Answer Questions


Pertaining The RHCSA Dumps
(Practice Questions)

Alex. V on RHCSA 8 EX200 Exam


Practice Question & Answer
What Should I know About The RHCSA Exam
Collections
RHCSA 8 Exam Practice Question 9

ARCHIVES

Question March 2022

February 2022

January 2022
As the student user, create a detached apache http web
1ª MENSALIDADE December 2021
server container with the name, (site1) and withA PARTIR
the DE tag
r$
59 November 2021

https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 1/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

that has the lowest version(1-112) from rhel8/httpd-24 October 2021

image. Use the registry.redhat.io registry. August 2021

July 2021
Use the username, administrator and the password,
June 2021
admin123
May 2021

April 2021
Create and mount the ~/storage/html/ directory as a
March 2021
persistent storage to the container as /var/www/. The
February 2021
content of ~/storage/html should be extracted from
January 2021
/tmp/image/containers.tgz
December 2020

Also, Port 8080 on the container should be mapped to November 2020

port 8080 on the host. Declare the environment October 2020

variables, HTTPD_USER and HTTPD_PASSWORD and September 2020

use admin as their values. August 2020

July 2020
configure the container as a service using systemd and June 2020
make the web server/container persistent across May 2020
reboot.
April 2020

March 2020

The question is based On managing containers In The February 2020

RHCSA 8 Course on this website. If you have gone January 2020

through this course, solving this wouldn’t be a December 2019

problem.

RHCSA, 8 Course

Managing Containers In Linux

Ask Your Questions

Suggested: Get The Premium RHCSA 8 Exam Practice


Questions & Answers Here 1ª MENSALIDADE
A PARTIR DE
r$
59 CATEGORIES

https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 2/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

Ask Your Questions (RHCSA)


Suggested: RHCE/EX294 Exam Practice Questions
Automation

Errors & Solutions

Learn Linux from scratch


Answer
Linux

Linux On Azure
1. Before we can configure containers, we need the
Linux Snippet
container-tools module. Verify if the container-tools
Red Hat Ansible
module is installed.
RHCE

RHCE 8 Exam Practice Questions


[student@DRDEV1 ~]# sudo yum module list --installed
|grep container-tools RHCSA 8 DUMPS/Exam Practice
Questions

RHCSA, 8

2. Install container-tools module. Students Workstation

Technology Today

[student@DRDEV1 ~]# sudo yum module install container- Uncategorized


tools -y

© 2020 TekNeed. All Rights Reserved


Updating Subscription Management repositories.

Last metadata expiration check: 0:00:30 ago on Mon 30


Nov 2020 05:15:34 PM GMT.

First name or full name


Dependencies resolved.

Email

3. login to the image registry using the credentials


given.  By continuing, you accept the
privacy policy
NB: see the lesson pertaining to this course to see how I
SUBSCRIBE & BE UPDATED
was able to login.

[student@DRDEV1 ~]$ podman login registry.redhat.io

Username: administrator

Password:

Login Succeeded!

[student@DRDEV1 ~]$

1ª MENSALIDADE
A PARTIR DE
r$
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 3/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

Hortolândia OPEN 07:00 – 22:00


Hortolândia - Rosolem - Rua Bene

4. Inspect the httpd-24 image and search for the lowest


tag.

NB: Sometimes, you may be given the tag to use.


© 2020 TekNeed. All Rights Reserved

[student@DRDEV1 ~]$ skopeo inspect


docker://registry.redhat.io/rhel8/httpd-24 |more

"Name": "registry.redhat.io/rhel8/httpd-24",

"Digest":
"sha256:43b6a13d3e6674ec684ba2cdf433633cabe4963a24e00b5
9f32532b31bbf1ce5",

"RepoTags": [

"1-112",

"1-118",

"1-118-source",

"1-70",

"1-30.1562749848",

"1-76",

"1-52",

"1-42",

"1-30",

"1",

"1-76.1584015406",

"1-98",

"1-112.1599745027",

"1-92",

"1-104",

"1-105",

"1-60",

"1-63",

"1-92.1590691900",

"1-30.1561731107",

"1-28",

"1-25",

"1-89",
1ª MENSALIDADE
A PARTIR DE

59
"latest"

r$

https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 4/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

5. download the container image from the registry.

[student@DRDEV1 ~]$ podman pull


registry.redhat.io/rhel8/httpd-24:1-112

Trying to pull registry.redhat.io/rhel8/httpd-24:1-


112...

Getting image source signatures

Copying blob da1cc572023a done

Copying blob c4d668e229cd done

Copying blob ec1681b6a383 done

Copying blob f32fb687aa09 done

Copying config e00cffb90b done

Writing manifest to image destination

Storing signatures

e00cffb90b6479531b8c5baa0d0ba57019c811184824246d7362807
9644b8ca6

Before we create the container, Let’s prepare the


persistent storage that will be attached to the
container.

6. verify if /home/student/storage/html exists.


1ª MENSALIDADE
A PARTIR DE
r$
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 5/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

[student@DRDEV1 ~]$ ls -l /home/student/storage/html

ls: cannot access '/home/student/storage/html: No such


file or directory

7. make the ~/storage/html directory

[student@DRDEV1 ~]$ mkdir -p /home/student/storage/html

8. Extract the content of /tmp/image/containers.tgz to


~/storage/html directory.

[student@DRDEV1 ~]$ tar xfv /tmp/image/containers.tgz -


C /home/student/storage/html/

index.html

9. view the content of storage/html directory

[student@DRDEV1 ~]$ cat storage/html/index.html

###################This is a web file for your


container images on storage#################

10. verify others have the read permission on the file.


Other users should be able to read the file.

so make sure the directory has the read and execute


permission and the file has the read permission.

[student@DRDEV1 ~]$ ls -ld storage/

1ª MENSALIDADE
A PARTIR DE
drwxrwxr-x. 3 student student 18 Dec r$
7 17:19 storage/
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 6/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

[student@DRDEV1 ~]$ ls -ld storage/html/index.html

-rw-rw-r--. 1 student student 92 Dec 7 17:22


storage/html/index.html

Supermercados Pague Menos


Superpaguemenos.com.br

11. Now, let’s create the container

[student@DRDEV1 ~]$ podman run -d --name site1 -p


8080:8080 -e HTTPD_USER=admin -e HTTPD_PASSWORD=admin -
v /home/student/storage:/var/www:Z
registry.redhat.io/rhel8/httpd-24:1-112

20432130c52d9c1cec9eac62f24503da8c0a271a51aba9324548a11
194c75550

12. Verify that the container is running.

[student@DRDEV1 ~]$ podman ps

CONTAINER ID IMAGE
COMMAND CREATED STATUS
PORTS NAMES

20432130c52d registry.redhat.io/rhel8/httpd-24:1-112
/usr/bin/run-http... 50 seconds ago Up 50 seconds ago
0.0.0.0:8080->8080/tcp site1

1ª MENSALIDADE
A PARTIR DE
r$
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 7/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

13. Verify that you can access the storage on the


container with the forwarded port.

[student@DRDEV1 ~]$ curl http://localhost:8080

###################This is a web file for your


container images on storage#################

1ª MENSALIDADE
A PARTIR DE
r$
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 8/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

Now, we need to configure the container as a systemd


service

14. create the systemd directory where a user’s unit files


can be defined (~/.config/systemd/user). In this case, the
student user.

[student@DRDEV1 ~]$ mkdir -p


/home/student/.config/systemd/user

15. generate student user’s unit file so that we can


make use of container as a service

NB: make sure the unit file is generated in (~/.config/systemd/user) directory.


1ª MENSALIDADE
A PARTIR DE
[student@DRDEV1 ~]$ cd
/home/student/.config/systemd/user/
r$
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 9/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

[student@DRDEV1 user]$ podman generate systemd --name


site1 --files --new

16. Verify that the unit file has been generated

[student@DRDEV1 user]$ ls

container-site1.service

17. make the “container as a service” persistent across


reboot

[student@DRDEV1 user]$ loginctl enable-linger

Verify that linger is enabled for the student user

[student@DRDEV1 user]$ loginctl show-user student

UID=1005

GID=1005

Name=student

Timestamp=Mon 2020-12-07 09:19:31 GMT

TimestampMonotonic=245042201

RuntimePath=/run/user/1005

[email protected]

Slice=user-1005.slice

Display=47
1ª MENSALIDADE
State=active

A PARTIR DE
r$
59
Sessions=47 4 2

IdleHint=no

https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 10/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

IdleSinceHint=0

IdleSinceHintMonotonic=0

Linger=yes

18. so now, let’s start the container as a service

* stop the container first, and remove the archived


container

[student@DRDEV1 ~]$ podman stop site1

28d99a8041ccb30fc9335af638cadb22544fcf13a6319d6086c74d3
539040473

[student@DRDEV1 ~]$ podman rm site1

1ª MENSALIDADE
28d99a8041ccb30fc9335af638cadb22544fcf13a6319d6086c74d3
A PARTIR DE

59
539040473

r$

https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 11/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

* verify that the container has been stopped and


removed

[student@DRDEV1 ~]$ podman ps

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS


NAMES

[student@DRDEV1 ~]$ podman ps -a

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS


NAMES

*start the container as a service

[student@DRDEV1 ~]$ systemctl --user daemon-reload

* enable the container as a service to start across


reboot.

[student@DRDEV1 ~]$ systemctl --user enable --now


container-site1

Created symlink
/home/student/.config/systemd/user/multi-
user.target.wants/container-site1.service →
/home/student/.config/systemd/user/container-
site1.service.

Created symlink
/home/student/.config/systemd/user/default.target.wants
/container-site1.service →
/home/student/.config/systemd/user/container-
site1.service.

19. verify that the container has started.


1ª MENSALIDADE
A PARTIR DE
r$
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 12/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

[student@DRDEV1 ~]$ podman ps

CONTAINER ID IMAGE
COMMAND CREATED STATUS
PORTS NAMES

20432130c52d registry.redhat.io/rhel8/httpd-24:1-112
/usr/bin/run-http... About a minute ago Up About a
minute ago 0.0.0.0:8080->8080/tcp site1

20. Verify the content of the container storage

[student@DRDEV1 ~]$ curl http://localhost:8080

###################This is a web file for your


container images on storage#################

21. stop the container and reboot the system if you wish
and verify that the container is persistent.

[root@DRDEV1 ~]# systemctl --user stop container-site1

[root@DRDEV1 ~]# reboot

[student@DRDEV1 ~]$ podman ps

CONTAINER ID IMAGE
COMMAND CREATED STATUS
PORTS NAMES

20432130c52d registry.redhat.io/rhel8/httpd-24:1-112
/usr/bin/run-http... 12 minutes ago Up 12 minutes ago
0.0.0.0:8080->8080/tcp site1

1ª MENSALIDADE
A PARTIR DE
r$
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 13/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

Solution Summary

sudo yum module list –installed |grep


container-tools

sudo yum module install container-tools -y

podman login registry.redhat.io

skopeo inspect
docker://registry.redhat.io/rhel8/httpd-24
|more

podman pull registry.redhat.io/rhel8/httpd-


24:1-112

ls -l /home/student/storage/html

mkdir -p /home/student/storage/html
1ª MENSALIDADE
A PARTIR DE
r$
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 14/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

tar xfv /tmp/image/containers.tgz -C


/home/student/storage/html/

podman run -d –name site1 -p 8080:8080 -e


HTTPD_USER=admin -e
HTTPD_PASSWORD=admin -v
/home/student/storage:/var/www:Z
registry.redhat.io/rhel8/httpd-24:1-112

curl http://localhost:8080

mkdir -p /home/student/.config/systemd/user

cd /home/student/.config/systemd/user/

podman generate systemd –name site1 –files –


new

loginctl enable-linger

systemctl –user daemon-reload

systemctl –user enable –now container-site1

1ª MENSALIDADE
A PARTIR DE
You can also watch the Video on RHCSA 8 Exam Practice Question 9r$
the link below. 59
by clicking

https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 15/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

Click To Watch Video On RHCSA 8


EX200 Exam Practice Question &
Answer On Managing Container In
Linux

Other RHCSA 8 Exam Practice Question & Answer

Your feedback is welcomed. If you love others, you


will share with others

 PREVIOUS NEXT 
RHCSA 8 Exam Practice RHCSA 8 Exam Practice
Question 8 (Archiving Question 10 (Process
Files & SELinux) Management In Linux)

19 COMMENTS

baxana
JANUARY 23, 2021 AT 8:02 AM

Hello Victor\

1ª MENSALIDADEi am
thanks for valuable info when i run systemctl status container-ihs1.service,
A PARTIR DE

59
getting `unit container-ihs1.service could not be found`
r$
any idea

https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 16/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers
 REPLY

baxana
JANUARY 23, 2021 AT 8:06 PM

Hello Victor\

I changed generated containder-ihs.service content; replaced wants line with


`wants=syslog.servic` and it is working, br

 REPLY

Victor Oluwatomisin O.

JANUARY 24, 2021 AT 7:39 PM

That’s great. You encounter this kind of problem mostimes when you use su
command to switch user to the rootless container user. your problem is
similar to Mayur’s own in the comment section of this link
(https://www.youtube.com/watch?
v=1ZLThVl1aTw&list=PLPmshpW0EvYBFSx0RRRov9C5juxs2_k_Y&index=
104)

 REPLY

Audrey
JANUARY 25, 2021 AT 7:24 AM

Thanks a lot. I got your premium Questions and answers and your site has really
helped me. I am preparing for my next phase which is RHCE. Do you have any
package for RHCE.

 REPLY

Willie
JANUARY 28, 2021 AT 11:21 AM

Victor h ,

the question states ” Create and mount the ~/storage/html/ directory as a


persistent storage to the container as /var/www/…”

And your answer states ” podman run -d –name site1 -p 8080:8080 -e


1ª MENSALIDADE
HTTPD_USER=admin -e HTTPD_PASSWORD=admin -v A PARTIR DE
r$
/home/student/storage:/var/www:Z registry.redhat.io/rhel8/httpd-24:1-112
59

https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 17/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

Why did you not enter “/home/student/storage/html ” does this do the same…?

 REPLY

Victor Oluwatomisin O.

JANUARY 28, 2021 AT 5:46 PM

it can be any but i will strongly recommend “/home/student/storage/html”


since that was what the question explicitly said. Nice observation though.
Good one!!!

 REPLY

mohamedi
FEBRUARY 10, 2021 AT 11:34 AM

Redhat they remove docker but i see here u still use it? is not issues?

 REPLY

Victor Oluwatomisin O.

FEBRUARY 11, 2021 AT 9:58 AM

it’s not an issue.

 REPLY

Pablo
FEBRUARY 24, 2021 AT 5:33 PM

Why adding a –new, once you stop it and you generate the service file, without
the new you wont neet to remove the stopped container. Does it make any
difference for the examn, as I read to take care with the new option in
production environments.

 REPLY

Victor Oluwatomisin O.

FEBRUARY 25, 2021 AT 7:53 PM

1ª MENSALIDADE
A PARTIR DE
Hello Pablo, can you please rephrase your question as I don’t fully
understand? r$
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 18/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers
 REPLY

Nithya K

OCTOBER 26, 2021 AT 3:11 AM

actually new comment is not supported in exam environment . when


we put new it show an error like new comment not found. if u ignore
this command and try to execute podman generate without new then
you can not start the service . how can we fix this issue.

Kindly please address this issue and provide a solution.

 REPLY

Randy
MAY 4, 2021 AT 6:18 PM

how will you be able to answer a question like this on the exam if there is no
internet connection during the exam? you would need to be able to log on to
the registry and pull the image.

 REPLY

Randy
MAY 4, 2021 AT 8:48 PM

how would tasks like these be asked as a question on the exam if you don’t have
an internet connection during the exam?

 REPLY

Nithya
MAY 18, 2021 AT 9:41 AM

In exam they will ask u to login in to another registry.. like


lab.registry.example.com…

 REPLY

arif
JULY 12, 2021 AT 4:18 AM
1ª MENSALIDADE
A PARTIR DE
r$
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 19/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

Hi,

I have a confusion with the persistent storage part.

The q says:

“Create and mount the ~/storage/html/ directory as a persistent storage to the


container as /var/www/. The content of ~/storage/html should be extracted
from /tmp/image/containers.tgz”

So from here it stands: /home/student/storage/html:/var/www

If so, when the container will look for its index.html file, it will look for:
“/var/www/html/index.html”

Now if I mount as per the question (ie. /home/student/storage/html:/var/www)

then, that /var/www/html/index.html file eventually should be this file (by


replacing /var/www by /home/student/storage/html):
/home/student/storage/html/html/index.html, NOT
/home/student/storage/html/index.html

So if I want to follow the Q exactly, I have to mount like this


/home/student/storage/html:/var/www and I have to have directory/index file in
host like this: /home/student/storage/html/html/index.html, with 2 html
directory created.

Is my understanding correct? I have checked it; it does work only the way I
explained;

Thanks and Reg

 REPLY

Rafał
JULY 26, 2021 AT 10:31 AM

I will also recommend to add this:

after extracting archive files

1.) semanage fcontext -a -t container_file_t ‘/storage(/.*)?’

2.) restorecon -R /storage

 REPLY

Sofi
JULY 26, 2021 AT 3:14 PM

In container I receive a problem after systemctl — user deamon1ªreload

MENSALIDADE
The output is showing as
A PARTIR DE
D- bus error r$
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 20/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers
 REPLY

Faisal Shaheen
JANUARY 9, 2022 AT 5:43 AM

you have to use ssh user directly don’t use su – user

 REPLY

Randy T
AUGUST 24, 2021 AT 3:23 PM

I have a question on step 8. What is this file /tmp/image/containers.tgz I don’t


have this file on my system.

 REPLY

Leave a Reply
Your email address will not be published.

Comment

Name *

Email *

Website

Save my name, email, and website in this browser for the next time I
comment.

POST COMMENT

1ª MENSALIDADE
A PARTIR DE
RECENT POSTS r$
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 21/22
3/31/22, 3:11 PM RHCSA 8 Exam Practice Question 9 - Managing Containers

Managing Software & Subscription Using Ansible


March 30, 2022

Using Ansible Storage-Related Module To Manage Storage


March 29, 2022

Using Ansible To Create and Manage Users & Groups


March 28, 2022

Copyright © 2022 | Tekneed All Rights Reserved

1ª MENSALIDADE
A PARTIR DE
r$
59
https://tekneed.com/rhcsa-8-exam-practice-question-9-managing-containers/ 22/22

You might also like