Skip to main content

Configure Podman Containers

olam lab tutorial olae
Table of Contents

Links

🌙 Lab

🗒 Tutorial

Details

Oracle Linux Automation Engine enables users to create a playbook for installing Podman and then running and managing containers using the containers.podman collection.

When running playbooks, Oracle Linux Automation Engine runs the tasks on machines matching the hosts: directive in the playbook. These hosts are typically defined in an inventory file and can either be remote or local. In this tutorial, we’ll demonstrate how to run a playbook locally.

Objectives

In this tutorial, you’ll learn to:

  • Run playbooks locally
  • Add a collection to a playbook
  • Install Podman
  • Pull and run an oraclelinux:8 container

Prerequisites

  • An Oracle Linux system with the following configuration:

    • a non-root user with sudo permissions
    • install Oracle Linux Automation Engine