cancel
Showing results for 
Search instead for 
Did you mean: 
SAMSCHUEY
Mission Specialist
Mission Specialist
  • 441 Views

Creation and Configuration of Containers

Good Morning,

Is there an easier method to create and configure containers in the same sense that configuration of network connections is easier utiling nmtui than nmcli?

Any assistance regarding this query would be greatly appreciated.

5 Replies
Wasim_Raja
Moderator
Moderator
  • 398 Views

@SAMSCHUEY If you are looking for some GUI tool then "podman desktop" is a great one to start with.

You can get it here: https://podman-desktop.io/

SAMSCHUEY
Mission Specialist
Mission Specialist
  • 382 Views

Thank you very much Wasim.

Is there a similar tool that can be access via the command line and would the podman desktop GUI be accessible for the RHCSA EX200 exam?

Wasim_Raja
Moderator
Moderator
  • 360 Views

@SAMSCHUEY The best one for cli would also be "podman" and you can use the same podman cli in exam as well I am not sure if "podman desktop" is available in EX200, my recommendation would be to get familiar with podman cli.

0 Kudos
Scott
Starfighter Starfighter
Starfighter
  • 292 Views

I think what you’re looking for is a Container file. With a container file, you include all the steps to build your container, this can be done to make one from scratch, but my preferred method is to use “from” and a base image. If you don’t tie your base image to a specific tag, you can then use the container file to build updated images pulling newer base images, code, etc.

Check out this video:

https://www.youtube.com/live/ZuM35dwV07A?si=9vGSTlLimFoBgzt5

Time code 12:11

-Scott
--
Manager, Technical Marketing
Red Hat Enterprise Linux
Red Hat Certified Engineer (100-000-264)
0 Kudos
2b
Cadet
Cadet
  • 330 Views

I haven't used it myself, so I am not sure if it is what you want but you probably  can use cockpit
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/building_running_and_m...

0 Kudos
Join the discussion
You must log in to join this conversation.